typo in .htaccess

This commit is contained in:
Andy Miller 2014-10-14 17:27:14 -06:00
parent 783d148551
commit 67484a1a90

View File

@ -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]
</IfModule>