You can redirect to a 404 error page by adding the following code in your .htaccess file:
ErrorDocument 404 /404.html
This code redirects the user to /404.html when a 404 error code is received.
You can redirect to a 404 error page by adding the following code in your .htaccess file:
ErrorDocument 404 /404.html
This code redirects the user to /404.html when a 404 error code is received.