mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-06-03 06:07:23 +02:00
Possible fix for #16
This commit is contained in:
parent
11128cdc4e
commit
6c6c025a37
@ -5,7 +5,8 @@
|
||||
<Directory /var/www/spotweb/>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_URI} !api/
|
||||
RewriteRule ^api/?$ index.php?page=newznabapi [QSA,L]
|
||||
RewriteRule api/?$ index.php?page=newznabapi [QSA]
|
||||
RewriteRule details/([^/]+) index.php?page=getspot&messageid=$1 [L]
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
|
Loading…
x
Reference in New Issue
Block a user