![]() |
just moved domain names
Hi all
Is there anyway to can redirect all my old urls that is found in google to my new name ? as there all giving 404 Errors :mad: Thanks |
You probably need to add a redirect in your .htaccess file.
RewriteRule ^old-url\.php$ http://www.example.com/new-url [R=301,L] |
The better way is to keep your old domains's nameservers same as new one, and add it as a parked domain in cpanel.
And add this in htaccess:- Code:
RewriteEngine On |
Quote:
RewriteEngine On RewriteCond %{HTTP_HOST} ^animeisland.co.uk$ RewriteRule ^(.*)$ http\:\/\/www\.myanimeisland\.com\/forums$1 [L,R=301] |
Its not the same, you have edited my code. Copy paste mine.
Code:
RewriteEngine On Your new domain is myanimeisland.com , and your preferance is www. |
All times are GMT. The time now is 09:10 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|