Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] apache htaccess setup allowoveride all ?


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.