From a13efbde3f773c637a3da1cdd6d593a36867a766 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Fri, 16 May 2014 10:46:08 -0400 Subject: [PATCH 1/2] Updated htaccess with more filetypes --- bitpay/.htaccess | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bitpay/.htaccess b/bitpay/.htaccess index 8dfe378..587b9b3 100644 --- a/bitpay/.htaccess +++ b/bitpay/.htaccess @@ -1,3 +1,5 @@ - - Deny from all - \ No newline at end of file +; + Order allow,deny + Deny from all + Satisfy All + From c7181152a3b78ccb82aa46fe4ea43a8982ffd46d Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Fri, 16 May 2014 10:46:15 -0400 Subject: [PATCH 2/2] Update .htaccess --- bitpay/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitpay/.htaccess b/bitpay/.htaccess index 587b9b3..745b75e 100644 --- a/bitpay/.htaccess +++ b/bitpay/.htaccess @@ -1,4 +1,4 @@ -; + Order allow,deny Deny from all Satisfy All