Hi, I want redirect error pages in Wordpress, example, in .htaccess. I put this line: ErrorDocument 404 http://www.mydomain.com Code (markup): But it not reditect error 404 to homepage. How I do it? Thanks a lot, Sergio.
It should work but you can try the following: ErrorDocument 404 /index.php replace index.php with the your main homepage file. Kailash