Index: [Article Count Order] [Thread]

Date:  Sun, 20 Jul 2008 20:39:52 -0700 (PDT)
From:  Dan Kriwitsky <webhosting (at mark) yahoo.com>
Subject:  [coba-e:13577] Re: .htaccess and RewriteEngine within a subdirectory
To:  coba-e (at mark) bluequartz.org
Message-Id:  <143247.49455.qm (at mark) web65612.mail.ac4.yahoo.com>
In-Reply-To:  <49349.71.236.246.129.1216608656.squirrel (at mark) www.limo.net>
X-Mail-Count: 13577



> 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