From 2d25cc79b1c92789a2d138fb93a32e67864a6392 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 27 Nov 2015 22:45:14 +0100 Subject: [PATCH] fix --- html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/.htaccess b/html/.htaccess index 8d5ca60..9caecf4 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -2,7 +2,7 @@ RewriteEngine On RewriteBase / 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] +RewriteRule ^-([a-z]{2})$ index\.php?lang=$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^index.php$ index.php/ [L] \ No newline at end of file