Flatten application into repository root

This commit is contained in:
Hermes Agent
2026-09-20 13:46:43 +00:00
parent 2e20e5472f
commit ab6aff2d84
20 changed files with 0 additions and 428 deletions
+10
View File
@@ -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>