summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorbarnboy%trilobyte.net <>2001-04-26 10:51:39 +0200
committerbarnboy%trilobyte.net <>2001-04-26 10:51:39 +0200
commit4294a4f48a5949a181acb033e108a5ea897e1a3c (patch)
treefc368a2600d9881d7c32f59bfdc6b33564dde1c3 /.htaccess
parenta5fb063d01828306ae03f811988c68433b568544 (diff)
downloadbugzilla-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--.htaccess7
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