fix
This commit is contained in:
parent
fe3a2ecf75
commit
2d25cc79b1
|
@ -2,7 +2,7 @@ RewriteEngine On
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
RewriteRule ^([a-zA-Z]{1,})-([a-z]{2})$ index\.php?arena=$1&lang=$2 [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-zA-Z]{1,})$ index\.php?arena=$1 [L]
|
||||||
RewriteRule ^/-([a-z]{2})$ index\.php?lang=$1 [L]
|
RewriteRule ^-([a-z]{2})$ index\.php?lang=$1 [L]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule ^index.php$ index.php/ [L]
|
RewriteRule ^index.php$ index.php/ [L]
|
Loading…
Reference in New Issue
Block a user