Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:52:14 +01:00
parent cc5fdc9b3a
commit 1ab535ea8c
589 changed files with 130568 additions and 0 deletions

3
_docs/.htaccess Normal file
View file

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]