Forum Moderators: phranque
It does not appear to be functioning :( 404 rules the day.
Question two: This is a site on a <virtualServer> hosted on a VPS. Is there a trick to getting it working under such circumstances. i have spent better than 2 hrs surfing for answers and reading Apache documentation - the only results of which are a good headache.
WBF
If you get any errors while testing, then examine your server error log; The info in there is often quite specific and helpful.
Jim
FWIW, this is what I have currently:
<VirtualHost *>
ServerName example.com
ServerAlias www.example.com
DocumentRoot /var/www/html/example
<Directory "/var/www/html/example">
AllowOverride All
</Directory>
</VirtualHost>
At least this version doesn't crahs the site, but I am still unable to rewrite my URLs :(
WBF