i've tried this and it doesn't work. My virtual host config file looks like this:
NameVirtualHost *
<VirtualHost *>
ServerAdmin webmaster@localhost
ServerName primeFocus
DocumentRoot /var/www/site
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
# Under this directory you can manually configure every thing
# you may need of that stuff
Include sites-available/user-ebox-site/*
AccessFileName .htaccess
Options Indexes FollowSymLinks
</VirtualHost>
<Directory />
AllowOverride None
</Directory>
Could you shed some light on where we are going wrong.
We have mod_rewrite loaded.