1 sky_captain May 15, 2008 01:44
3 sky_captain May 15, 2008 17:29
slamp wrote:
One solution its to use .htaccess to define a 301 permanent redirect for all site.
I'm not sure, but I think I'm already doing this. http://maddogmovies.com/blog has been redirected to http://mikeboas.com
But the individual page addresses from the old site don't redirect to their counterparts on the new site.
4 yabba May 15, 2008 18:00
Your redirect should look soomething like this :
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/blog/
RewriteRule blog/(.*) http://maddogmoveis.com/$1 [R=301,QSA,L]
¥
5 sky_captain May 16, 2008 20:44
Okay, I changed the domain you had written (maddogmoveis.com) to mikeboas.com, which was my intention.
Now it works! I uploaded the new .htaccess and the old posts listed in google forward correctly.
Thanks!
6 ppnsteve May 18, 2008 03:26
¥åßßå wrote:
Your redirect should look soomething like this :
RewriteEngine On RewriteCond %{REQUEST_URI} ^/blog/ RewriteRule blog/(.*) http://maddogmoveis.com/$1 [R=301,QSA,L]
¥
will that work for the same domain? i.e. moving from domain.com/blog/* to domain.com/*
7 yabba May 18, 2008 09:18
Yep, just make sure you have the correct domain name on the second line ;)
¥
One solution it's to use .htaccess to defined a 301 permanent redirect for all site.
Also using webmaster tools in google you can remove your url from google cache < https://www.google.com/webmasters/tools/ >