>> Temporarily add "Garbage In Out" to .htaccess and make the request again.  
>> If you don't get a 500 error (I think that's what you get for a bad 
>> .htaccess), that file isn't getting read.
>
> Ahah, no error.
>
> Why wouldn't it be read, it's at the DocumentRoot for the site and has 644 
> perms,
>
> # cat /etc/httpd/users/example.com.conf
> <virtualhost *:80>
>    ServerName www.example.com
>    ServerAlias exampleinstitute.com
>    DocumentRoot /home/example/Sites/bi
>    #LogLevel trace4
>    ErrorLog /home/example/logs/bi.error_log
>    CustomLog /home/example/logs/bi.access_log combined
>    <directory "/home/example/Sites/bi">
>      Require all granted
>    </Directory>
> </virtualhost>

AllowOverride defaults to off in 2.4. Turn it on.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to