PDA

View Full Version : Permanent Redirect Problem!


senaia
01-27-2011, 03:32 AM
Hello,

I wana redirect all pages from my OLDSITE.COM to one page in the new site which is NewSite.com/forum.

I tried a few ways in htaccess and all failed:

Redirect 301 / http://www.newsite.com/forum/

The above code problem is, it redirects for example oldsite.com/somepage to newsite.com/somepage

I dont want that, I want all pages in the old site, redirect to ONE location in the new site.

Any Ideas?

nisarg
01-27-2011, 11:06 AM
goto domain controls and redirect the domain to /somepage

your24hourstore
01-27-2011, 01:06 PM
yep if its a different domain that would work best just redirect olddomain.com to newdomain.com/somepage

senaia
01-27-2011, 09:31 PM
I tried that and its redirects but the problem remains.