https not configured correctly
Posted: Sat Jun 19, 2021 9:21 pm
In Microsoft Edge the browser displays a 'not safe sign'.
I have https installed on our domain, but I think the automatic switch to https://www.spinnerij.nl/ is not configured correctly.
My .htaccess file starts with:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^spinnerij.nl
RewriteRule (.*) https://www.spinnerij.nl/$1 [R=301,NE,QSA,L]
DirectoryIndex index.php
Can someone give me the right syntax?
I would like that both www.spinnerij.nl and spinnerij.nl show https://www.spinnerij.nl/ without warnings.
I have https installed on our domain, but I think the automatic switch to https://www.spinnerij.nl/ is not configured correctly.
My .htaccess file starts with:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^spinnerij.nl
RewriteRule (.*) https://www.spinnerij.nl/$1 [R=301,NE,QSA,L]
DirectoryIndex index.php
Can someone give me the right syntax?
I would like that both www.spinnerij.nl and spinnerij.nl show https://www.spinnerij.nl/ without warnings.