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

[eluser]Varzock[/eluser]
Update:
I now tried to change my .htaccess to this:
Code:
RewriteEngine on
RewriteRule ^$ /admin/index.php [L]
RewriteCond $1 !^(index\.php|images|css|scripts|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /admin/index.php/$1 [L]

but without luck. Now I can't access any other page than login-controller. If I try to access some other controllers (that DO exist), it throws me a 404.

Help, anybody? Confusedhut: Do I have to put the physical path anywhere or does CI take care of that?


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