Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache server setup
Date: Mon, 11 Jun 2012 02:06:03
Message-Id: 4FD5522B.2020405@orlitzky.com
In Reply to: Re: [gentoo-user] Apache server setup by Michael Orlitzky
1 On 06/10/2012 09:58 PM, Michael Orlitzky wrote:
2 >
3 > If you want to allow overrides in an htaccess, you'll need at least,
4 >
5 > <Directory "/var/www/whatever">
6 > Options +SymLinksIfOwnerMatch
7 > AllowOverride FileInfo Options
8 > </Directory>
9 >
10 > in the main config or your vhost config.
11 >
12
13 Ugh. If you want to allow *rewrites* in htaccess...