.htaccess files

This commit is contained in:
Roland Gruber 2006-08-07 16:36:23 +00:00
parent e855254b6c
commit 8530a0f667
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<Files ~ *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,4 @@
<Files ~ *>
Order allow,deny
Deny from all
</Files>