diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /libs/music/.htaccess | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
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] + |