Fresh install of a Debian server. Apache2, PHP5.
When I try to browse a PHP file I get 403 Forbidden. I am able to browse to html files.
I have tried the following:
- Reinstalled Apache, PHP, libapache2-mod-php5
- Restarted Apache
- Checked the conf file thoroughly, copied from default, set the correct Directory path and allow from all
- Checked permissions of directory, as a test have given full 777 permission to /var/www/site - still forbidden
Cant think of what else to try ?