php - Apache 404 error redirecting one site's error page for all other sites also -
I have 3 machines which are in my machine (in the localhost) site 1, site 2, site 3 named. Whenever the page is found, then redirecting to your related 404 pages instead of redirecting to the site's 404 error page is being redirected. Maybe I can set Apache's default error page somewhere. Can anyone help me in this regard
How to reset it back
Should say a .htaccess file in the root of your site, I think a line similar to
ErrorDocument 404 /errors/404.html
# and refresh
Comments
Post a Comment