Welcome Guest, Not a member yet? Register   Sign In
sef urls issue when CI installed in sub directory
#2

[eluser]Pascal Kriete[/eluser]
It's almost definitely the htaccess file. Is it in the CI directory, or in the web root? (should be the former)

Try this:
Code:
RewriteEngine on

RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /ci/index.php/$1 [L]


Messages In This Thread
sef urls issue when CI installed in sub directory - by El Forum - 09-24-2008, 08:15 PM
sef urls issue when CI installed in sub directory - by El Forum - 09-24-2008, 08:35 PM
sef urls issue when CI installed in sub directory - by El Forum - 09-24-2008, 09:13 PM
sef urls issue when CI installed in sub directory - by El Forum - 09-25-2008, 07:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB