Redirect to https.

This commit is contained in:
kovacsv 2020-06-01 06:22:41 +02:00
parent 5b99563b05
commit f86d1466d2

3
website/.htaccess Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://3dviewer.net/$1 [R=301,L]