mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-06-06 07:37:25 +02:00
Possible fix for #16
This commit is contained in:
parent
11128cdc4e
commit
6c6c025a37
@ -5,7 +5,8 @@
|
|||||||
<Directory /var/www/spotweb/>
|
<Directory /var/www/spotweb/>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{REQUEST_URI} !api/
|
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
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user