Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

URL rewriting module works correctly, but got "404 Page Not Found" error on home back-end and front-end pages

Author: Edward Hardin Reference Number: AA-00407 Views: 15062 Last Updated: 11/24/2010 11:56 AM 0 Rating/ Voters

This solution will help you to solve the issue when you get the following message when you open front-end or back-end page of your knowledge base.

404 Page Not Found, The page you requested was not found.

URI Protocol hasn't been detected automatically. You need to setup it manually in the \admin\application\config\config.php file.

By default it is set to "AUTO":

$config['uri_protocol'] = "AUTO";

Try to set it to "REQUEST_URI":

$config['uri_protocol'] = "REQUEST_URI";

 

GoDaddy Shared Hosting

If you're using GoDaddy shared hosting, these instructions may not help. Check another guide for resolution, if this one won't help.