Apache2 403 permission denied on Ubuntu 12.04
- by skeniver
I have a sub-directory in my /var/www folder called prod, which is password protected. It was all working fine until I asked my server admin to help me set up allow all access to one particular file. Now the entire folder is just giving me a 403 error. This is the sites-enabled file:
<VirtualHost *:80>
ServerAdmin webmaster@xxx.co.uk
#…