Specific Case-by-Case mod_rewrite

Discussion in 'Apache' started by chesslearner, Aug 31, 2011.

  1. #1
    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.
     
    chesslearner, Aug 31, 2011 IP
  2. chesslearner

    chesslearner Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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):
     
    chesslearner, Sep 10, 2011 IP