1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Fix channel htaccess

This commit is contained in:
Afterster 2014-02-03 07:28:24 +01:00
parent b9924cc29e
commit ae293bedd3

View file

@ -2,5 +2,5 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([0-9]+)/(.*)$ /ampache/channel/index.php?channel=$1&target=$2 [PT,L,QSA]
RewriteRule ^([0-9]+)/(.*)$ index.php?channel=$1&target=$2 [PT,L,QSA]
</IfModule>