Blue Quarts

Adding allow all or overrides to a Blue Quarts Config

 

 

edit:

/etc/httpd/confs/httpd.conf

 

got to the end where lines are added for each host.

add this under the include line for the site.

 

example blelow of httpd.conf:

 

include blah......blach... /vhost/site10

<Directory /home/.sites/48/site10/web> 

Options All AllowOverride All 

</Directory>