View Single Post
Old 04-26-2008, 08:07 PM   #2 (permalink)
roger_d
Contributing Member
 
Join Date: 06-29-07
Posts: 93
iTrader: 0 / 0%
Latest Blog:
None

roger_d is liked by many
Quote:
Originally Posted by ParLawGod View Post
Hi - I have done redirects before with no problems, but this one is throwing me for a loop.

My old forum was located at /forum and my new forum is located at /community - everything is redirecting properly, EXCEPT for people's profiles.

For example:

old profile is http://www.alftv.net/forum/profile.p...wprofile&u=121
new profile is http://www.alftv.net/community/membe...wprofile&u=121

I want to get /forum/profile.php..... to redirect to /community/memberlist.php.....

How would I get it to redirect???

Thank you in advance for any help, it is greatly appreciated.
I would expect something like this to work (you didn't show your .htaccess entry)

redirect 301 /forum/profile.php http://www.alftv.net/community/memberlist.php

This should redirect url's with parameters I would think.
roger_d is offline   Reply With Quote