mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to add zoff.no to htaccessrewrite
This commit is contained in:
@@ -17,6 +17,10 @@ RewriteCond %{HTTP_HOST} ^bot.zoff.no
|
|||||||
RewriteCond %{REQUEST_URI} !/static
|
RewriteCond %{REQUEST_URI} !/static
|
||||||
RewriteRule ^(.*)$ php/bot.php [L,NC,QSA]
|
RewriteRule ^(.*)$ php/bot.php [L,NC,QSA]
|
||||||
|
|
||||||
|
RewriteCond %{HTTP_HOST} ^zoff.no
|
||||||
|
RewriteCond %{REQUEST_URI} /spotify_callback
|
||||||
|
RewriteRule ^(.*)$ php/spotify.html [L,NC,QSA]
|
||||||
|
|
||||||
RewriteCond %{HTTP_HOST} ^localhost
|
RewriteCond %{HTTP_HOST} ^localhost
|
||||||
RewriteCond %{REQUEST_URI} /spotify_callback
|
RewriteCond %{REQUEST_URI} /spotify_callback
|
||||||
RewriteRule ^(.*)$ php/spotify.html [L,NC,QSA]
|
RewriteRule ^(.*)$ php/spotify.html [L,NC,QSA]
|
||||||
|
|||||||
Reference in New Issue
Block a user