- Joined
 - Jun 14, 2004
 
- Posts
 - 11,107
 
- Reaction score
 - 987
 
I just zapped PHP_Nuke from one of my sites as it stopped working, and replaced it with Joomla - its awesome!
Anyway, I checked Google for pages linking to my site and obviously, some of them now give 404 errors, the dreaded "page not found"
I just added:
	
	
	
		
to my .htacess file.
Now ALL my links in Google will send the visitor straight to the new Joomla homepage. Without this, I am losing valuable traffic as people click away to the next site.
So, if ever you change content of a domain, recycle your own SE links!
	
		
			
		
		
	
				
			Anyway, I checked Google for pages linking to my site and obviously, some of them now give 404 errors, the dreaded "page not found"
I just added:
		Code:
	
	ErrorDocument 400 http://www.mydomain.co.uk
ErrorDocument 401 http://www.mydomain.co.uk
ErrorDocument 403 http://www.mydomain.co.uk
ErrorDocument 404 http://www.mydomain.co.uk
ErrorDocument 500 http://www.mydomain.co.uk
	Now ALL my links in Google will send the visitor straight to the new Joomla homepage. Without this, I am losing valuable traffic as people click away to the next site.
So, if ever you change content of a domain, recycle your own SE links!