Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter is not working on Goddady server
#2

[eluser]louis w[/eluser]
I am in the midst of setting a client up on Go Daddy too. I can tell you this - I will never do it again. What a headache.

I have it half working. Two things to note. Make sure you have $config['uri_protocol'] = "QUERY_STRING"; in the config

And change your rewrite to:
RewriteRule (.*)\.php$ index.php?$1

Notice the ?... it appears Go Daddy does not like the normal way that CI passes the uri (index.php/my/page) so this will pass it instead as index.php?my/page

Another thing to know is that any changes to htaccess "might not take effect for up to an hour" which makes debugging a problem VERY HARD.


Messages In This Thread
CodeIgniter is not working on Goddady server - by El Forum - 11-11-2008, 09:12 AM
CodeIgniter is not working on Goddady server - by El Forum - 11-12-2008, 08:25 AM
CodeIgniter is not working on Goddady server - by El Forum - 11-12-2008, 11:32 AM
CodeIgniter is not working on Goddady server - by El Forum - 11-13-2008, 03:43 AM
CodeIgniter is not working on Goddady server - by El Forum - 11-14-2008, 03:31 PM
CodeIgniter is not working on Goddady server - by El Forum - 12-16-2008, 06:48 AM
CodeIgniter is not working on Goddady server - by El Forum - 12-16-2008, 08:36 AM
CodeIgniter is not working on Goddady server - by El Forum - 01-08-2010, 02:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB