HTML5 Boilerplate 3.0 updates

This commit is contained in:
Ben Word
2012-02-06 10:57:27 -07:00
parent 320a1d32c0
commit 0e51e9048c
4 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
## BEGIN HTML5 Boilerplate
# BEGIN HTML5 Boilerplate
###
### This contains the HTML5 Boilerplate .htaccess that can be found at:
@@ -476,7 +476,7 @@ AddCharset utf-8 .css .js .xml .json .rss .atom
# Block access to backup and source files
# This files may be left by some text/html editors and
# pose a great security danger, when someone can access them
<FilesMatch "\.(bak|config|sql|fla|psd|ini|log|sh|inc|~|swp)$">
<FilesMatch "(\.(bak|config|sql|fla|psd|ini|log|sh|inc|swp|dist)|~)$">
Order allow,deny
Deny from all
Satisfy All