I would like to rewrite http://www.v3arcade.com/forums/arcade.php?do=play&gameid=67 to http://www.v3arcade.com/arcadegames/other/ArithmeticChallenge/ Code (markup): or http://www.v3arcade.com/forums/arcade.php?do=play&gameid=7 to http://www.v3arcade.com/arcadegames/retro/Asteroids/ Code (markup): And many more like that. Is this possible? I know RewriteMap is involved but I don't understand how to use it. Thanks in advance.
I tried the following code and it didn't seem to work. I'm willing to pay for any help. RewriteEngine On RewriteRule ^arcadegames/other/ArithmeticChallenge/?$ /forums/arcade.php?do=play&gameid=67 [NC,L] Code (markup):