TODO: nice URLs
[mirrors/JukeBox.git] / .htaccess
index a6765587b3fbbc391acaee4eb2344ce21afba060..61b7018ec9e53a1cc734456842c510019543bc27 100755 (executable)
--- a/.htaccess
+++ b/.htaccess
@@ -3,3 +3,11 @@ Options -Indexes
 IndexIgnore *
 #Kill that stupid magic quotes!
 php_flag magic_quotes_gpc off
+
+<IfModule mod_rewrite.c>
+       #RewriteEngine On
+       #RewriteBase /
+       #RewriteCond %{REQUEST_URI} _music/(.*)?(.*)
+       #RewriteRule ^_music/([^\?]*)$ ?dir=$1
+       #RewriteRule ^_music/(.*)$ ?dir=$1
+</IfModule>
This page took 0.133958 seconds and 4 git commands to generate.