X-Git-Url: http://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=blobdiff_plain;f=.htaccess;fp=.htaccess;h=61b7018ec9e53a1cc734456842c510019543bc27;hp=a6765587b3fbbc391acaee4eb2344ce21afba060;hb=77968c7dc7498a5c471a114f2b5ed5d42643cd56;hpb=4ab7ab1d10ada44fa83393fd9c920b7a06605f09 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 +