RewriteBase /alt RewriteRule ^(.*)/(.*)/ index.php?file=$2
<IfModule mod_rewrite.c> RewriteEngine on ... </IfModule>
Jump To Top of Thread