Index: [Article Count Order] [Thread]

Date:  Thu, 4 May 2006 20:12:31 -0400
From:  "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
Subject:  [coba-e:05032] Re: HTACCESS
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <000d01c66fd8$9a4b8f20$6400a8c0@COMPUTER8SD7ER2>
In-Reply-To:  <000801c66fcb$7fc810e0$1201a8c0 (at mark) inovx.com>
X-Mail-Count: 05032

I changed /etc/httpd/conf.d/bluequartz.conf as below:

<Directory /home/.sites/>
Options Indexes FollowSymLinks Includes MultiViews
#AllowOverride AuthConfig Indexes Limit FileInfo  <- commented this line out
AllowOverride All  <- added this line

Below that was this:

# ignore .ht* 
<Files ".ht*">
deny from all
</Files>

Doesn't that try to disallow .htaccess files in the site directories?

What considerations are there if AllowOverride is set to All instead of the
way it was?

-----Original Message-----
From: Elmer Tolentino [mailto:elmer (at mark) webmerch.com] 
Sent: Thursday, May 04, 2006 6:39 PM
To: dmobley (at mark) uhostme.net
Subject: Re: [coba-e:05027] HTACCESS

<Directory "/home/.sites/">
    Options Indexes FollowSymLinks Includes MultiViews
    AllowOverride All
</Directory>

In any apache conf files or you can create one in
/etc/httpd/conf.d/htaccess.conf with the above content...