1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00
ampache/rest/.htaccess.dist

7 lines
No EOL
253 B
Text

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^(.+)\.view$ /rest/index.php?ssaction=$1 [PT,L,QSA]
RewriteRule ^fake/(.+)$ /play/$1 [PT,L,QSA]
</IfModule>