Welcome Guest, Not a member yet? Register   Sign In
Basically everything fails when moving online
#9

[eluser]stevepaperjam[/eluser]
I think you're right: the problem lies in your htaccess and the server set-up with the host rather than anything on the CI side.

Your htaccess looks reasonable to me but I'm most definitely not a expert on that side of things.

The only thing that is different really is that my sites have always been served out of the root rather than a folder in the root, in the way you have. My standard htaccess just looks like everyone elses:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %(REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
Anyway, glad it's all up and running.


Messages In This Thread
Basically everything fails when moving online - by El Forum - 07-05-2007, 06:28 AM
Basically everything fails when moving online - by El Forum - 07-05-2007, 07:56 AM
Basically everything fails when moving online - by El Forum - 07-05-2007, 02:52 PM
Basically everything fails when moving online - by El Forum - 07-05-2007, 11:30 PM
Basically everything fails when moving online - by El Forum - 07-06-2007, 12:14 AM
Basically everything fails when moving online - by El Forum - 07-06-2007, 01:29 AM
Basically everything fails when moving online - by El Forum - 07-06-2007, 01:47 AM
Basically everything fails when moving online - by El Forum - 07-06-2007, 04:12 AM
Basically everything fails when moving online - by El Forum - 07-06-2007, 07:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB