Create FUNDING.yml
[mirrors/JukeBox.git] / .htaccess
1 #We don't want share music with users without password
2 Options -Indexes
3 IndexIgnore *
4 #Kill that stupid magic quotes!
5 php_flag magic_quotes_gpc off
6
7 <IfModule mod_rewrite.c>
8 #RewriteEngine On
9 #RewriteBase /
10 #RewriteCond %{REQUEST_URI} _music/(.*)?(.*)
11 #RewriteRule ^_music/([^\?]*)$ ?dir=$1
12 #RewriteRule ^_music/(.*)$ ?dir=$1
13 </IfModule>
This page took 0.228516 seconds and 4 git commands to generate.