Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
declined access to composer.json
  • Loading branch information
luceos authored Apr 10, 2017
1 parent 0ba0139 commit 1ed4849
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 @@ -27,7 +27,7 @@
RewriteRule ^storage/(.*)?$ / [F,L]
RewriteRule ^config.php$ / [F,L]
RewriteRule /\.git / [F,L]
RewriteRule ^composer\.lock$ / [F,L]
RewriteRule ^composer\.(lock|json)$ / [F,L]

RewriteRule ^api(.*)$ api.php [QSA,L]
RewriteRule ^admin(.*)$ admin.php [QSA,L]
Expand Down

0 comments on commit 1ed4849

Please sign in to comment.