Western Union Money Transfer - Best Search Engine - Credit Cards - Repair Bad Credit - Credit Card Consolidation

PDA

View Full Version : mod_rewrite help


panchomendez
Oct 31st 2007, 10:33 am
Guys,

In my current structure I have www.mysite.com/games/newgame/br I would like when people go to

new.mysite.com/games/newgame that it actually loads in the data from /games/newgame/br I would like to keep my directory structure the same and would like to accomplish this via mod_rewrite, let me know if this is possible and any examples that anyone might have.

Thanks,

evera
Nov 1st 2007, 6:30 pm
RewriteEngine on
Redirect permanent ^/games/newgame/br http://www.mysite.com/games/newgame/

Or with wildcard:

RewriteEngine on
RedirectMatch 301 ^/games/newgame/(.*) http://www.mysite.com/games/newgame/