mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 01:39:28 +02:00
6 lines
No EOL
220 B
Text
6 lines
No EOL
220 B
Text
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-s
|
|
RewriteRule ^([0-9]+)/(.*)$ /channel/index.php?channel=$1&target=$2 [PT,L,QSA]
|
|
</IfModule> |