Search found 2 matches

by Bas
Mon 15. Jan 2018, 18:47
Forum: Other Solutions
Topic: https erzwingen | force http to https
Replies: 3
Views: 23531

Re: https erzwingen | force http to https

I've found a better and direct solution. This works for me. I changed the .HTACCESS file in the root of the website in: AddDefaultCharset UTF-8 RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.gastouder-hasselt.nl/$1 [R,L] I removed the mentioned addition in the template...
by Bas
Thu 11. Jan 2018, 20:52
Forum: Other Solutions
Topic: https erzwingen | force http to https
Replies: 3
Views: 23531

Re: https erzwingen | force http to https

Tip: This solution was not working in my case http://www.gastouder-hasselt.nl After installing an SSL-certificate by my provider and changing the .htacces-file like discribed, I've got an errormessage: Internal Server Error The server encountered an internal error or misconfiguration and was unable ...