diff options
author | barnboy%trilobyte.net <> | 2001-04-26 10:51:39 +0200 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2001-04-26 10:51:39 +0200 |
commit | 4294a4f48a5949a181acb033e108a5ea897e1a3c (patch) | |
tree | fc368a2600d9881d7c32f59bfdc6b33564dde1c3 /.htaccess | |
parent | a5fb063d01828306ae03f811988c68433b568544 (diff) | |
download | bugzilla-4294a4f48a5949a181acb033e108a5ea897e1a3c.tar.gz bugzilla-4294a4f48a5949a181acb033e108a5ea897e1a3c.tar.xz |
Added .htaccess files for shadow/, data/, and /.
I added related information to the Bugzilla Guide, and
tacked in a couple of last-minute additions. Also fixed the
annoying "Tip: HINT:" thing.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..423b63089 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ +<Files globals.pl> +deny from all +</Files> +<Files localconfig> +deny from all +</Files> +allow from all |