Rev 1688 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# By default, no module files may be accessed
# directly from a webbrowser.
Order deny,allow
Deny from all
# File types for which we make an exception.
<Files ~ "\.(gif|jpg|jpeg|png)$">
Order allow,deny
Allow from all
</Files>