- To: lists@xxxxxxxxxx
- Subject: Re: [SLUG] apache htaccess setup allowoveride all ?
- From: Jeremy Visser <jeremy@xxxxxxxxxxx>
- Date: Mon, 04 Feb 2008 11:11:15 +1100
- Cc: slug@xxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; bh=7WnntQzZb5+1f/LYG43An5TqRlFenvgisMgkOQWwAsc=; b=RmC+8mv9HfXEypvgggABo94M6WSyWKDDklLP+6UgGTtLb+78HPGD+FDsqqCHVr0ZBWr+R3FFTqveFeph9KciMBuc9oFir3a+dLujqPxpKPDOIma/6yW8OIfJE0sx7T5Vlp7tk6QauLMhmx/brKvpNH6D3oTIT4DtWcY1KQaltNE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=x6znH0EM/hmRtgOdh+pAUrtIuykPkDbsXrlK1QKu9Uc4ZFUl/gMY9VjtmNgxTqE+sqgaTcm5MxJgRPJcefB2Pio+V08Ea4DbKfMLeNWO2AeHHapabslzrcEQMnfsdgIdDhE1vAqkgJstaIpm88/doKXlXYvcYhTkKSi48cxRtug=
On Fri, 2008-02-01 at 12:53 +1100, Voytek Eymont wrote:
> do I also need 'AllowOverride All' in vhost's conf ?
Nope, your error is showing that Apache is indeed parsing the .htaccess
file, which it would not be doing if the AllowOverride setting is
incorrect.
Are you loading PHP as CGI or a module? From memory, if you load PHP as
CGI, you cannot set PHP flags in the .htaccess -- you have to set them
in php.ini.