Welcome Guest, Not a member yet? Register   Sign In
[solved] .htaccess rule to allow routing to subfolder - not to be processed by CI
#2

[eluser]12vunion[/eluser]
You already have a spot in there for that:
RewriteCond $1 !^(index\.php|images|robots\.txt)

Just add the folders you'd like to skip from being passed into index.php
RewriteCond $1 !^(index\.php|images|subfolder1|subfolder2|robots\.txt)


Messages In This Thread
[solved] .htaccess rule to allow routing to subfolder - not to be processed by CI - by El Forum - 09-14-2010, 03:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB