mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed rewrite case-insensitive with remote
This commit is contained in:
@@ -9,8 +9,8 @@ RewriteCond %{HTTPS} !=on
|
|||||||
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
||||||
|
|
||||||
|
|
||||||
RewriteRule ^remote/(.*) php/controller.php?id=$1 [L]
|
RewriteRule (?i)^remote/(.*) php/controller.php?id=$1 [L]
|
||||||
RewriteRule ^remote php/controller.php [L]
|
RewriteRule (?i)^remote php/controller.php [L]
|
||||||
|
|
||||||
RewriteCond %{REQUEST_URI} !(/$|\.)
|
RewriteCond %{REQUEST_URI} !(/$|\.)
|
||||||
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
|
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
|
||||||
|
|||||||
Reference in New Issue
Block a user