Wednesday 23 November 2005 12:57:05 am
Hi John Laux, I added the following line to my httpd.conf file
RewriteCond %{REQUEST_URI} !^/forum.*
I placed the line above the standard rewrite rule
RewriteRule !(^/design|^/var/.*/storage|^/var/storage|^/var/.*/cache|^/v
ar/cache|^/extension/.*/design|^/kernel/setup/packages|^/packages|^/share/icons)
.*\.(gif|css|jpg|png|jar|js|ico|pdf|swf|sxw)$ /index.php
I hope this solved your problem.
|