Initial production backup

This commit is contained in:
Tesscorp
2026-07-15 19:44:59 -06:00
commit 163270617b
23 changed files with 316 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
# Require all granted
Satisfy Any
Order Deny,Allow
Allow from all
<FilesMatch "^\.">
# Require all denied
Order Allow,Deny
Deny from all
</FilesMatch>