I want to redirect visitors to custom 404 error page, for example, I move my website content around but wish to redirect traffic to the new page from the old location.
I made this line in my .htaccess file,
Code: Select all
ErrorDocument 404 http://www.lauthiamkok.net/404errordo i have any down side with this line for search engines?
I came across this tutorial online, but I dont quite get it about sending 301 (permanently moved) headers....
http://bobpeers.com/technical/404_redirection.php
many thanks,
Lau