Forum Moderators: phranque
I have been successful with redirecting an old page to a new one. (same domain name.)
using .htaccess
Redirect 301 /thispage/ http://www.example.com/otherpage/otherpage.htm
Works great! Yes!
The problem.
When I try to add another page
Redirect 301 /thispage/ http://www.example.com/otherpage/otherpage.htm
Redirect 301 /thispage2/ http://www.example.com/otherpage2/otherpage2.htm
I get an server error message for both links.
What am I doing wrong? I have about 30 pages to fix.
I've tried using (,) to separate. Also tried getting rid of 'www' prefix but still nothing is working.
If I go back to the original one redirect
Redirect 301 /thispage/ http://www.example.com/otherpage/otherpage.htm
it works.
So somehow it does not recognize multiple links/items?
Looked everywhere on the web for some help and getting nowhere.
Hoping someone can help here.
BTW. the error was an internal server problem once I added the second page redirect.
Got most of the pages changed already. Thanks though.