In der Vorlage zu phpwcms finden sich dazu passend folgende auskommentierten Zeilen in der .htaccess:
Code: Select all
...
RewriteEngine On
# Force everything to www. and keep or force SSL status too
#RewriteCond %{HTTP_HOST} !^$
#RewriteCond %{HTTPS} off [OR]
#RewriteCond %{HTTP_HOST} !^www\. [NC]
#RewriteCond %{HTTPS}s ^on(s)|
#RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
#RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
...
Welche Zeilen muss ich nun aktivieren, wenn ich nur https : // www. example. com haben möchte?
Und wie muss es aussehen, wenn die Seite nur unter https : // example. com erreichbar sein soll?