Skip to content

Commit

Permalink
typo in .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 14, 2014
1 parent 783d148 commit 67484a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 67484a1

Please sign in to comment.