403 with Apache and Symfony on Ubuntu 10.04
- by Dominic Santos
I'm trying to run symfony on my apache installation (I'm using xampp for the whole package) and it keeps giving me a 403 error every time I try to access my website.
I've got vhosts set up with the following:
<VirtualHost *:80>
ServerName localhost
DocumentRoot "/opt/lampp/htdocs"
DirectoryIndex index.php
<Directory…