Welcome Guest, Not a member yet? Register   Sign In
htaccess made me insane!!!
#5

[eluser]CroNiX[/eluser]
probably not the problem, but you can remove these 4 lines as these directories now include their own htaccess which prevents direct access to them.

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ /index.php?/$1 [L]


But I think the problem is you are setting AllowOverride None


Messages In This Thread
htaccess made me insane!!! - by El Forum - 10-19-2013, 04:12 AM
htaccess made me insane!!! - by El Forum - 10-19-2013, 10:06 AM
htaccess made me insane!!! - by El Forum - 10-19-2013, 10:24 AM
htaccess made me insane!!! - by El Forum - 10-19-2013, 10:37 AM
htaccess made me insane!!! - by El Forum - 10-19-2013, 12:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB