Versies vergeleken

Uitleg

  • Deze regel is toegevoegd.
  • Deze regel is verwijderd.
  • Opmaak is veranderd.

...

Note that STAR_its-qsok.com.crt.pem = STAR_its-qsok.com.crt + STAR_its-qsok.com.ca-bundle


Blow is for forwarding all the connections from HTTP to HTTPS by the given domain name

Code Block
<VirtualHost *:80>
        ServerName qsok.com
        ServerAlias *.qsok.com

        RewriteEngine On
        RewriteCond %{HTTPS} off
        RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</VirtualHost>