useless
This commit is contained in:
parent
dc2069f303
commit
2d003a2c7b
|
@ -1,15 +0,0 @@
|
|||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteRule ^p/([a-zA-Z]{1,})/(.*)-([a-z]{2})$ index\.php?page=$1¶ms=$2&lang=$3 [L]
|
||||
RewriteRule ^p/([a-zA-Z]{1,})/(.*)$ index\.php?page=$1¶ms=$2 [L]
|
||||
RewriteRule ^p/(.*)-([a-z]{2})$ index\.php?page=$1&lang=$2 [L]
|
||||
RewriteRule ^p/(.*)$ index\.php?page=$1 [L]
|
||||
RewriteRule ^([a-zA-Z]{1,})/doc-([a-z]{2})$ index\.php?doc=$1&lang=$2 [L]
|
||||
RewriteRule ^([a-zA-Z]{1,})/doc$ index\.php?doc=$1 [L]
|
||||
RewriteRule ^([a-zA-Z]{1,})/scores$ index\.php?scores=$1 [L]
|
||||
RewriteRule ^([a-zA-Z]{1,})-([a-z]{2})$ index\.php?arena=$1&lang=$2 [L]
|
||||
RewriteRule ^([a-zA-Z]{1,})$ index\.php?arena=$1 [L]
|
||||
RewriteRule ^-([a-z]{2})$ index\.php?lang=$1 [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^index.php$ index.php/ [L]
|
Loading…
Reference in New Issue
Block a user