diff options
Diffstat (limited to 'libs/music/.htaccess')
-rwxr-xr-x | libs/music/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/music/.htaccess b/libs/music/.htaccess new file mode 100755 index 0000000..201069a --- /dev/null +++ b/libs/music/.htaccess @@ -0,0 +1,6 @@ +IndexOptions FancyIndexing SuppressHTMLPreamble Charset=UTF-8 +HeaderName header.html +#ReadmeName footer.html +IndexIgnore .. player header.html footer.html player.d +RewriteRule ^/?player/(.*)$ ./player [PT] + |