Topic: How to make the image directory forbidden
Hey, i would like to know how to make the image directory forbidden like it is on the demo. My current image directory is not. www.twoot.co.uk/t
Thanks in advance!
You are not logged in. Please login or register.
Hey, i would like to know how to make the image directory forbidden like it is on the demo. My current image directory is not. www.twoot.co.uk/t
Thanks in advance!
First of all this is not a bug or error, please post where it must go...
secondly, the script by default does that... Just don't delete the htaccess on images...
here you go:
<Files .*>
order allow,deny
deny from all
</Files>
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGII did have that there but it didn't work
Please notice that .haccess rules are very sensitive, so please try to double check any modified file.
You may simply create a blank file name index.html it will work too, not the best for security, but it work ![]()
Powered by PunBB, supported by Informer Technologies, Inc.
Powered by PunBB