Browse Source

Update .htaccess

declined access to composer.json
pull/41/head
Daniël Klabbers 8 years ago committed by GitHub
parent
commit
1ed484990f
  1. 2
      .htaccess

2
.htaccess

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

Loading…
Cancel
Save