Merge pull request #192 from splendeo/fix-htaccess-filter

fixed issue in which .htaccess filtered more rules than it should
This commit is contained in:
Scott Walkinshaw
2011-12-07 07:27:22 -08:00

View File

@@ -468,7 +468,7 @@ AddCharset utf-8 .html .css .js .xml .json .rss .atom
# Block access to backup and source files # Block access to backup and source files
# This files may be left by some text/html editors and # This files may be left by some text/html editors and
# pose a great security danger, when someone can access them # 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)$">
Order allow,deny Order allow,deny
Deny from all Deny from all
Satisfy All Satisfy All
@@ -535,4 +535,4 @@ AddCharset utf-8 .html .css .js .xml .json .rss .atom
php_value session.cookie_httponly true php_value session.cookie_httponly true
</IfModule> </IfModule>
# END HTML5 Boilerplate # END HTML5 Boilerplate