View Single Post
Old 08-17-2001, 03:06 PM  
dynamite
Registered User
 
Join Date: Aug 2001
Posts: 63
Change 'AllowOverride None' to 'AllowOverride All' in access.conf. Or you can set 'All' for just one directory, for example:

<Directory full/path/to/desired/dir>
<Limit GET POST>
order deny,allow
deny from none
allow from all
</Limit>
AllowOverride All
</Directory>

And even better - set up .htaccess rules between <directory></directory>... this is even faster than .htaccess file! Btw.. <limit> directives are optional.
<font size="-3" color=magenta>


[This message has been edited by dynamite (edited 08-17-2001).]
dynamite is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote