You can create a .htaccess file in your local host. Just make sure it is in the root directory of your web server (I believe in WAMP, this is the www folder). In XAMPP, this is the htdocs folder
Then in your .htaccess file you just need something line by line:
ErrorDocument 404 /path/to/error/404/page
David source
share