summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-17 17:27:16 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-17 17:27:16 -0800
commit29be21bb0deaf70558b1aa02a115e67daefea0bd (patch)
treea0d7e895b2e5fe6a78f77cf0575dda5a3798504a /.htaccess
parentc1c67ecf8df8084ed0381b1fcbfa749500af5840 (diff)
Add BUILD_NUMBER to the security check in .htaccess
Change BUILD_NUMBER to be .ini format and add a big "do not edit" comment.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 5a329520..771a8df0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -29,7 +29,7 @@
# in your Apache2 config file before you uncomment this block or
# you'll get an "Internal Server Error".
#
-# <FilesMatch "(\.(class|fla|gitignore|inc|ini|sql|txt)|(README|LICENSE))$">
+# <FilesMatch "(\.(class|fla|gitignore|inc|ini|sql|txt)|(README|LICENSE|BUILD_NUMBER))$">
# Order deny,allow
# Deny from all
# </FilesMatch>