Force https with htaccess file.

This commit is contained in:
kovacsv 2023-07-17 19:12:31 +02:00
parent 9531bf8b82
commit 1c1a74dfe2

3
website/.htaccess Normal file
View File

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