mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
6 lines
No EOL
196 B
ApacheConf
6 lines
No EOL
196 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-s
|
|
RewriteRule ^(.+)$ /index.php?action=$1 [PT,L,QSA]
|
|
</IfModule> |