erste push

This commit is contained in:
2024-08-30 21:45:00 +02:00
parent 7567326efd
commit 10f115ddd4
8 changed files with 509 additions and 0 deletions

8
.htaccess Normal file
View File

@@ -0,0 +1,8 @@
#ErrorDocument 404 https://codemich.de/404.php
#Alternate default index pages
DirectoryIndex index.php
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]