Force https with htaccess file.
This commit is contained in:
parent
9531bf8b82
commit
1c1a74dfe2
3
website/.htaccess
Normal file
3
website/.htaccess
Normal file
@ -0,0 +1,3 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://3dviewer.net/$1 [R=301,L]
|
||||
Loading…
Reference in New Issue
Block a user