X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=.htaccess;h=61b7018ec9e53a1cc734456842c510019543bc27;hb=HEAD;hp=a6765587b3fbbc391acaee4eb2344ce21afba060;hpb=f60418c49e91809196194bc9c3fdfbce37167da8;p=mirrors%2FJukeBox.git diff --git a/.htaccess b/.htaccess index a676558..61b7018 100755 --- a/.htaccess +++ b/.htaccess @@ -3,3 +3,11 @@ Options -Indexes IndexIgnore * #Kill that stupid magic quotes! php_flag magic_quotes_gpc off + + + #RewriteEngine On + #RewriteBase / + #RewriteCond %{REQUEST_URI} _music/(.*)?(.*) + #RewriteRule ^_music/([^\?]*)$ ?dir=$1 + #RewriteRule ^_music/(.*)$ ?dir=$1 +