Welcome Guest, Not a member yet? Register   Sign In
New CI install gives strange 404 errors.
#1

[eluser]Omnisu[/eluser]
With default settings in CI (Except for base_url) navigating to installation_url/ and installation_url/index.php resulted in 404 pages. However, installation_url/index.php/ (Note trailing slash) took me to the welcome page. I followed the tutorial in the documentation through to the creation of the blog controller before I discovered this. installation_url/index.php/blog worked as expected.

I was able to 'fix' installation_url/ and installation_url/index.php by changing $config['uri_protocol'] from AUTO to ORIG_PATH_INFO.

Unfortunately, this broke the index.php/blog path, and I had to switch to query strings (Including adding a ? to my index.php filename as per the troubleshooting section of the documentation). Currently, it works using query strings. But I would really rather use the pretty URLs. The pretty URLs worked, but only when the full path was supplied.

I don't know enough PHP to know what other information I should share. But the installation is at http://www.stafford6-3.com/dev/ , and you can see phpinfo at http://www.stafford6-3.com/dev/index.php?c=phpinfo .


Messages In This Thread
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:04 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:24 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:26 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:33 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:41 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:44 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:48 PM
New CI install gives strange 404 errors. - by El Forum - 04-24-2009, 02:52 PM
New CI install gives strange 404 errors. - by El Forum - 04-26-2009, 02:27 PM
New CI install gives strange 404 errors. - by El Forum - 04-26-2009, 02:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB