Monday 17 October 2005 1:14:43 pm
In my DocumentRoot there's one directory named 'stat' contains web statistics. I want to allow restricted user (need authentication) to access this directory as normal. How can I setup RewriteRule now? Currently the rule is as follow: RewriteRule !(^/design|^/var/.*/storage|^/var/storage|^/var/.*/cache|^/var/cache|^/extension/.*/design|^/kernel/setup/packages|^/packages|^/share/icons).*\.(htm?l|gif|css|jpg|png|jar|js|ico|pdf|swf)$ /index.php
|