mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Fix channel htaccess
This commit is contained in:
parent
b9924cc29e
commit
ae293bedd3
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME} !-s
|
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>
|
</IfModule>
|
Loading…
Add table
Add a link
Reference in a new issue