Files
Iris/mopidy_iris/static/.htaccess
2016-10-30 07:51:39 +13:00

7 lines
134 B
ApacheConf
Executable File

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]