Set 404 Error Page in WordPress..
If client want to show the wordpress 404 page for mistypes a URL for Ex. "http://doamin.com/aadasdas".
In other word how to get the "page not found" error page to point to the Wordpress 404.php file.
Solution:.
Just enter the following line in .htaccess file
Quote:
ErrorDocument 404 /index.php?error=404
|