• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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:

Code:
<Files .*>
order allow,deny 
deny from all 
</Files> 

AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI
 
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 =D
 
Back
Top