The problem is most likely in the config somewhere, but we will never know if you don't post the entire httpd.conf. On 09/28/2014 10:43 PM, James B. Byrne wrote: > On Fri, September 26, 2014 21:28, Edgar Pettijohn wrote: >> Try: >> |<Directory /> >> AllowOverride none >> Require all denied >> </Directory> >> ||<Directory ||"/var/data/ca.harte-lyne/public_html"> >> ||Options +Indexes -Multiviews >> AllowOverride All >> Require all granted >> </Directory> >> | > #/etc/httpd/conf/httpd.conf: > > <Directory /> > AllowOverride none > Require all denied > </Directory> > > #/etc/httpd/virtual.d/hll.conf > > Directory "/var/data/ca.harte-lyne/public_html"> > Options +Indexes -Multiviews > AllowOverride All > Require all granted > </Directory> > > > This give the same results as before: > > Forbidden > > You don't have permission to access / on this server. > Apache/2.4.9 (Unix) Server at www.harte-lyne.ca Port 443 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx