diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-17 17:35:57 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-17 17:35:57 -0800 |
commit | c46d5f3da9dafb55045d9535ec5f9e09b9926c1a (patch) | |
tree | 0010d4fd7a6f9ecbe96d1a88241503856d391ebe /.htaccess | |
parent | 76411d7d6d481bc2ab51e24ec2dbf003f43ce40b (diff) |
Rename BUILD_NUMBER->.build_number
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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|BUILD_NUMBER))$"> +# <FilesMatch "(\.(class|fla|gitignore|inc|ini|sql|txt)|(README|LICENSE|.build_number))$"> # Order deny,allow # Deny from all # </FilesMatch> |