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

.htaccess file in the root of your site, I think a line similar to ErrorDocument 404 /errors/404.html

Should say a # and refresh

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -