Welcome Guest, Not a member yet? Register   Sign In
Whenever I enter a url which isn't the default, I get redirected to dir above root
#7

[eluser]InsiteFX[/eluser]
Sometimes you need to add this to your .htaccess file!
Code:
RewriteCond $1 !^(index\.php|css|js|img|assets|files|modules|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]

Also depending on your server you may not need the ? mark.

InsiteFX


Messages In This Thread
Whenever I enter a url which isn't the default, I get redirected to dir above root - by El Forum - 04-12-2011, 10:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB