From 9b43a5fae0d26ed5144946d672a80daf639b0d38 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 26 Jun 2015 17:52:39 +0300 Subject: [PATCH] next try to fix redirection from /de/sitepage/ --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5a4ed5a..c33e9db 100644 --- a/.htaccess +++ b/.htaccess @@ -17,7 +17,7 @@ RewriteRule ^(.*) http://mehl.mx/$1 [R=301,L] # Rewrite URL/de to URL/index.de.php RewriteRule ^(..)/?$ /index.$1.php # Rewrite e.g. URL/en/contact to URL/contact.en.php -RewriteRule ^(..)/(.*)/?$ /$2.$1.php +RewriteRule ^(..)/([A-Za-z])/?$ /$2.$1.php # Rewrite empty URL to standard index page RewriteRule ^/?$ index.de.php # Rewrite e.g. URL/contact to URL/de/contact and make it visible