I have been working all afternoon on mod_rewrite in the htaccess. all i want to do is make an adress like http://gamesite.com/games/sling_jumper Code (markup): redirect or show (i dont know the exact terminology) http://gamesite.com/game.php?g=sling_jumper Code (markup): It would be very appreciated if you can help me.
#Uncomment the next line if not already existing #RewriteEngine On RewriteRule ^games/(.*)$ /game.php?g=$1 Code (markup): should do it...