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

[eluser]Nalorin[/eluser]
[quote author="frist44" date="1281404736"]RewriteRule ^(.*)$ index.php/$1 [L]
to
RewriteRule ^(.*)$ index.php?/$1 [L] (notice the question mark)[/quote]

I don't know if doing that forces CodeIgniter to use query strings or not, but if it does, you should know that the config.php file makes this statement about using query strings with CI:

Quote:Please note that some of the helpers won't work as expected when [Query Strings] is enabled, since CodeIgniter is designed primarily to use segment based URLs.

I also don't know if setting 'uri_protocol' to 'QUERY_STRING' affects CI in the same fashion or not. For this reason, I set uri_protocol to ORIG_PATH_INFO.


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