mirror of https://github.com/flarum/flarum
commit
6916205522
|
@ -26,7 +26,8 @@
|
|||
RewriteRule ^vendor/(.*)?$ / [F,L]
|
||||
RewriteRule ^storage/(.*)?$ / [F,L]
|
||||
RewriteRule ^config.php$ / [F,L]
|
||||
RewriteRule ^.git/(.*)?$ / [F,L]
|
||||
RewriteRule /\.git / [F,L]
|
||||
RewriteRule ^composer\.(lock|json)$ / [F,L]
|
||||
|
||||
RewriteRule ^api(.*)$ api.php [QSA,L]
|
||||
RewriteRule ^admin(.*)$ admin.php [QSA,L]
|
||||
|
|
Loading…
Reference in New Issue