Commit | Line | Data |
---|---|---|
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> |