PDA

View Full Version : Custom Errors- Redirection



astridfajre
04-09-2008, 03:47 PM
Hi,

I hope somebody can help me out. After I had created and uploaded my website, I had to change the names of all the pages, now google is showing some of the old pages and when you click on the links you get a 500 error. I would like to know if there is anyway to make the server redirect this resquests to my default page.

ej http://www.itsgood2beme.com/Welcome.html

I tried to play with the custom error utility in th Control Panel........but it is beyond my technical level.

Any help would be greatly appreciated.

redsox9
04-10-2008, 06:17 AM
Try adding lines like this to your root .htaccess file:


RedirectMatch permanent ^/folder1/file1 http://www.yourdomain.com/folder2/file2