Welcome Guest, Not a member yet? Register   Sign In
GoDaddy hosting 404 issue
#6

[eluser]Nalorin[/eluser]
[quote author="Juan Velandia" date="1277674280"]I had to make CI accept query strings, It´s not the most elegant solution, but it worked.[/quote]

I had the same problem with my GoDaddy hosting account. After looking briefly at that article and doing a little experimentation, I came up with the following solution:


Code:
$config['uri_protocol']    = "AUTO";
I tested this line with each of the 4 other options (PATH_INFO, QUERY_STRING, REQUEST_URI, ORIG_PATH_INFO). The latter three options work and PATH_INFO does not.


This seems to conform with what the User Guide states for correcting this problem (see User Guide Troubleshooting Page):
Quote:it might be that your server does not support the PATH_INFO variable
Apparently, CI uses PATH_INFO as the default when it's set to "AUTO" - I guess AUTO doesn't work on GoDaddy solutions? (Or does it even work at all?)


Messages In This Thread
GoDaddy hosting 404 issue - by El Forum - 06-25-2010, 03:59 PM
GoDaddy hosting 404 issue - by El Forum - 06-25-2010, 04:11 PM
GoDaddy hosting 404 issue - by El Forum - 06-25-2010, 05:47 PM
GoDaddy hosting 404 issue - by El Forum - 06-27-2010, 10:31 AM
GoDaddy hosting 404 issue - by El Forum - 08-07-2010, 05:03 PM
GoDaddy hosting 404 issue - by El Forum - 08-07-2010, 05:06 PM
GoDaddy hosting 404 issue - by El Forum - 08-09-2010, 11:05 AM
GoDaddy hosting 404 issue - by El Forum - 08-09-2010, 02:45 PM
GoDaddy hosting 404 issue - by El Forum - 08-09-2010, 06:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB