Page is a not externally linkable
dingman - 7:49 am on Oct 16, 2002 (gmt 0)
<VirtualHost a.b.c.d>
Stick it in the <Directory> or <VirtualHost> (or whatever) that defines the site you're working with. In the case of your posted snippet, try:
AllowOverride All
Options +FollowSymLinks
</VirtualHost>