Welcome Guest, Not a member yet? Register   Sign In
Can't view webpages built with CodeIgniter when it's uploaded
#4

[eluser]Georgi Budinov[/eluser]
Could be because of shared hosting issues.
Try updating this line:

Code:
RewriteRule ^(.*)$ index.php/$1 [L]

to

Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

If still not working look at the threads in the forum about it


Messages In This Thread
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB