This commit is contained in:
Frank Harris 2025-09-11 18:29:43 -04:00
parent b6b398f5bf
commit d684ca74fb
9024 changed files with 0 additions and 1281675 deletions

View file

@ -1,17 +0,0 @@
# Added by Backup Migration Plugin
# Deny all backup and config files
<Files "*">
Require all denied
</Files>
# Redirect if it's possible to home directory
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (.*) / [R]
</IfModule>