Page is a not externally linkable
- Code, Content, and Presentation
-- Perl Server Side CGI Scripting
---- A Close to perfect .htaccess ban list


dingman - 7:49 am on Oct 16, 2002 (gmt 0)


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:

<VirtualHost a.b.c.d>
AllowOverride All
Options +FollowSymLinks
</VirtualHost>


Thread source:: http://www.webmasterworld.com/perl/687.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com