Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
831 |
florian |
1 |
# By default, no module files may be accessed
|
|
|
2 |
# directly from a webbrowser.
|
|
|
3 |
Order deny,allow
|
|
|
4 |
Deny from all
|
|
|
5 |
|
|
|
6 |
# File types for which we make an exception.
|
|
|
7 |
<Files ~ "\.(gif|jpg|jpeg|png)$">
|
|
|
8 |
Order allow,deny
|
|
|
9 |
Allow from all
|
|
|
10 |
</Files>
|
|
|
11 |
|