Problem:How to customize your html or php error pages. Solution:To customize your html or php pages, edit your .htaccess file and add a edit the following entry to fit your site: For example if I had the file notfound.html in the root directory of my siteand I wanted to use it for a 404 error I would use: The other way is a work-around. But works really well. It just redirects the old error page to the new error page. Make a error page ie. Errorpage1.shtml. |
Client Login