Quote:
Originally Posted by ParLawGod
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.