From 1eb7d3a2c684806dadd7e1cbf3dd8ac437c4aa27 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 27 Nov 2015 22:15:36 +0100 Subject: [PATCH] rewrite --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 13aec07..1743a97 100644 --- a/.htaccess +++ b/.htaccess @@ -8,7 +8,7 @@ RewriteEngine On RewriteBase / RewriteRule ^/([a-zA-Z]*)-([a-z]{2})$ index\.php?arena=$1&lang=$2 [L] RewriteRule ^/([a-zA-Z]*)$ 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} !-d -RewriteRule ^index.php$ index.php/ [L] +RewriteRule ^index.php$ index.php/ [L] \ No newline at end of file