404 Error System
All sites have issues with pages not being found or a site visitor typing a URL that does not exist. The worst thing you site can do is deliver a browser configured error page. This does nothing but drive people away from your site.
This 404 Error system uses your servers .htaccess file to direct site visitors to a special page, if the page they are looking for does not exist.
To see the 404 page we developed go here.
You are 'welcome' to to redesign this page to match your site design. This 404.php page is intended to be a template from which you can work.
This 404 Error system uses the ErrorDocument handler found in the
.htaccess. In the root folder of your domain is a file called .htaccess.
You must set the permissions (CHMOD) to 766 for the .htaccess file. If your server does
not have a .htaccess file, upload the one provided with this software (the one NOT in the
/MyAds/ folder, instead use the one located with the README.txt file ) and set the permissions (CHMOD) to 766.
This software is for Unix/Linux servers only. It may work on Windows servers
but we can not support questions or problems you may have on a Windows server.
Your Site is NOT configured to use the 404.php script!
Your site DOES have an ErrorDocument 404 tag in your .htaccess file.
You may need to comment out the previous ErrorDocument tag for the 404.php to work.
Simply place a pound sign '#' infront of the line like this:
#ErrorDocument 404
To configure your site to use the /MyAds/404.php script on 404 - 'Page Not Found' errors, click here.