> The IfModule mod_rewrite.c modifications in the .htaccess
> causes the
> following error. RewriteEngine no allowed here in the
> htaccess error log.
>
> If I comment them out the application will work. It there
> some special
> syntax I have use withing BQ?
>
Did you add an allow override to the site##.include file?
# /etc/httpd/conf/vhosts/site##.include
# user customizations can be added here.
<Directory "/home/.sites/##/site##/web">
AllowOverride All
</Directory>
Then run:
/etc/rc.d/init.d/httpd reload
--
Dan Kriwitsky