diff --git a/html/.htaccess b/html/.htaccess index 9caecf4..683757e 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -1,5 +1,7 @@ RewriteEngine On RewriteBase / +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,})-([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]