diff --git a/.htaccess b/.htaccess index 105d8c48..eb6f34c0 100755 --- a/.htaccess +++ b/.htaccess @@ -9,8 +9,8 @@ RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] -RewriteRule ^remote/(.*) php/controller.php?id=$1 [L] -RewriteRule ^remote php/controller.php [L] +RewriteRule (?i)^remote/(.*) php/controller.php?id=$1 [L] +RewriteRule (?i)^remote php/controller.php [L] RewriteCond %{REQUEST_URI} !(/$|\.) RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]