I recently bought a new domain and want to redirect all of the old pages on SiteA.com to SiteB.com/category/journal. How can I do this? Thanks for your help in advance. I've been researching this for days and I'm starting to feel like my brain is melting.
This can be done very easy through forward url in control panel. Log into hosting control panel for site that you want to url re directed. In cPanel it is REDIRECTS. Then simply find domain and page then enter new destination. YOU can forward hole domain or pages of website You can forward pages the same way. Best of luck
Are these on two different servers or through the same hosting account? What host you are using would be a huge help also, depending on the control panel they use. Assuming of course you aren't running your own server.
I tried that, several times, and for some reason it was working as a wildcard redirect. I'm perfectly comfortable using .htaccess, if anyone knows the code. I have Host Gator, and both sites are on the same host.
I still have no solution, but thanks to everyone who tried to help so far. Maybe someone else knows or I'll eventually find it. I've done a lot of Googling.
try this RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !cpsymptoms.net$ [NC] RewriteRule ^(.*)$ http://cpsymptoms.net/$1 [L,R=301]