denying access to folders
Posted by: desbrina
Posted on: 2008-12-04 09:31:00
I'm trying to deny access to certain folders. I've tried it using the Htaccess/WebDAV option in the control panel, but it seems to block access to the files even when they are called from my site, even though its set not to.
I've tried htaccess but it gives 500 Internal Server errors. I've either got the code wrong, or it doesn't work here.
In reply to:<Directory ~ "(^|/)(cache|email_files|donations)(/|$)">
Order Deny,Allow
Deny from All
</Directory>
Anyone know how to either get the htaccess working or another way round it