On Tue, Jan 12, 2010 at 6:28 PM, Jamie Holly hovercrafter@earthlink.net wrote:
It depends on how you actually got the site and server set up. If the site as running as a VHost then it's best to put it in the VHost directive (check /etc/apache2/sites-enabled).
If you have problems finding that then you can just add it to the base /etc/apahce2/apache2.conf file:
<Directory /path/to/drupal/installation> AllowOverride all
</Directory>
That was it - Thanks guys!