umm i would suggest to rewrite something likes:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L
then you can do whatever you want in index php
this is more efficient because htaccess-per-folder is really really less efficient than php.ini rewrite / global rewriting
__________________
|