I need it so it would do this: RewriteEngine On RewriteRule ^/var1/var2/index.php$ /var1/var2/index.php?var1=$1&var2=$2 Obviously that one wouldn't work.
I wrote up it but it doesn't work: RewriteEngine RewriteRule ^/([a-zA-Z0-9\-\ ]+)/([a-zA-Z0-9\-\ ]+)/([a-zA-Z0-9\-\ ]+).php$ /$1/$2/$3.php?game=$2&system=$1 [NC]