mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
not so full path
This commit is contained in:
@@ -10,7 +10,7 @@ RewriteCond %{HTTPS} !=on
|
||||
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^remote.zoff.no
|
||||
RewriteRule ^(.*)$ /public/php/controller.php [L,NC,QSA]
|
||||
RewriteRule ^(.*)$ public/php/controller.php [L,NC,QSA]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^zoff.no
|
||||
RewriteCond %{REQUEST_URI} /o_callback
|
||||
|
||||
Reference in New Issue
Block a user