First post and basic setup

This commit is contained in:
jannisp 2022-01-19 11:10:58 +01:00
commit 24d571d165
7 changed files with 86 additions and 0 deletions

3
public/.htaccess Normal file
View file

@ -0,0 +1,3 @@
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://blog.pflänz.li/$1 [R=301,L]