Index: [Article Count Order] [Thread]

Date:  Sun, 20 Jul 2008 19:50:56 -0700 (PDT)
From:  "Greg Schiedler" <Greg (at mark) Limo.Net>
Subject:  [coba-e:13576] .htaccess and RewriteEngine within a subdirectory
To:  coba-e (at mark) bluequartz.org
Message-Id:  <49349.71.236.246.129.1216608656.squirrel (at mark) www.limo.net>
X-Mail-Count: 13576

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?

Greg

--------------------------------------------
.htaccess file below.....

# BEGIN SlideShowPro Director

# Rewrite Rules in the parent folder may cause
# issues with Director, so let's turn off the
# RewriteEngine for this directory.

<IfModule mod_rewrite.c>
  RewriteEngine Off
</IfModule>

# Workaround mod_security to make sure flash
# uploads work properly. Do not remove this
# unless instructed by SlideShowPro support.
#
# If you still have upload issues, remove the
# mod_security code below and replace it with:
#
# <IfModule mod_security.c>
#       SecFilterEngine Off
#       SecFilterScanPOST Off
# </IfModule>

<IfModule mod_security.c>
  SetEnvIfNoCase Content-Type "^multipart/form-data;"
"MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
</IfModule>