From 67484a1a90ad032b73b5ac9a250cd70001298817 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 14 Oct 2014 17:27:14 -0600 Subject: [PATCH] typo in .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index d772e8f0d..f5c4adce4 100755 --- a/.htaccess +++ b/.htaccess @@ -31,7 +31,7 @@ RewriteRule ^bin/(.*)$ error [L] RewriteRule ^system/(.*)\.(txt|md|html|php|sh|bat|yaml)$ error [L] # block vendor (non CSS/JS) -RewriteRule ^vendor/(.*)\.(txt|md|htmlphp|sh|bat|yaml)$ error [L] +RewriteRule ^vendor/(.*)\.(txt|md|html|php|sh|bat|yaml)$ error [L]