Hi, This is what I am looking to do since I changed from a forum with asp to php.
rewrite the old URL variables to the new ones that my current forum uses.
ie. old incoming url:
http://my_domain/forum.asp?FORUM=2or
ie old url
http://my_domain/forum.asp?TOPIC_ID=32324Take those turn them into this:
http://my_domain/forums/index.php?showforum=2http://my_domain/forums/index.php?showtopic=32324Appreciate the help. I'm a total n00b with this stuff:)
Start Free Trial