GoDaddy hosting 404 issue |
[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"; 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 variableApparently, 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
|