Add PnPaaS application and browser installer
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Options -Indexes
|
||||
|
||||
<FilesMatch "^(?:\.env(?:\..*)?|.*\.(?:sql|log|ini|conf|sh|bak|old|orig)|runtime-config\.php|\.install-complete)$">
|
||||
Require all denied
|
||||
</FilesMatch>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule ^(?:includes|database)(?:/|$) - [F,L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user