Possible fix for #16

This commit is contained in:
Jeroen Geusebroek 2019-08-10 17:02:27 +02:00
parent 11128cdc4e
commit 6c6c025a37

View File

@ -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