First post and basic setup
This commit is contained in:
commit
24d571d165
7 changed files with 86 additions and 0 deletions
3
public/.htaccess
Normal file
3
public/.htaccess
Normal file
|
@ -0,0 +1,3 @@
|
|||
RewriteEngine on
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||
RewriteRule (.*) https://blog.pflänz.li/$1 [R=301,L]
|
Loading…
Add table
Add a link
Reference in a new issue