From 27f4ac4ead377be75e4e4a458be6083cd7bd81cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa=20Cota?= Date: Wed, 7 Dec 2011 11:18:57 +0100 Subject: [PATCH] fixed issue in which .htaccess filtered more rules than it should (i.e. example.com/blog). Fixes #190 --- inc/h5bp-htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/h5bp-htaccess b/inc/h5bp-htaccess index 79076f5..b9c4b73 100644 --- a/inc/h5bp-htaccess +++ b/inc/h5bp-htaccess @@ -468,7 +468,7 @@ AddCharset utf-8 .html .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 - + Order allow,deny Deny from all Satisfy All @@ -535,4 +535,4 @@ AddCharset utf-8 .html .css .js .xml .json .rss .atom php_value session.cookie_httponly true -# END HTML5 Boilerplate \ No newline at end of file +# END HTML5 Boilerplate