Tuesday, 5 November 2019

Redirect 404 to Home Page in HTML Website Using htaccess

Redirect 404 to Home Page in HTML Website Using htaccess

What is htaccess file?

The .htaccess file is a configuration file for Apache server. It contains rules that give to the server for various instructions like Optimize, Security, Redirection and Url rewrite.






Add the below code to your htaccess file.

ErrorDocument 404 /

or

ErrorDocument 404 http://www.website.com

No comments:

Post a Comment