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!

Thumbs up

Re: How to make the image directory forbidden

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 -ExecCGI
rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: How to make the image directory forbidden

I did have that there but it didn't work

Thumbs up

Re: How to make the image directory forbidden

Please notice that .haccess rules are very sensitive, so please try to double check any modified file.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: How to make the image directory forbidden

You may simply create a blank file name index.html it will work too, not the best for security, but it work big_smile

~ Sup?!

Thumbs up