I downloaded and installed CodeIgniter and Apache. I started my Apache server, and in my config.php file in CodeIgniter I set the base URL:
$config['base_url'] = "http://localhost/ci/";
However, when I go to this URL (http: // localhost / ci / or http: //localhost/ci/index.php ), I get the standard 404 Object Error not found.
Any idea what else I am missing? When I go to the local host, I see the WAMP homepage. Not sure if there is anything else I need to set up.
Thanks!
source share