Hi Falco,
Thanks, filled the text in the ispconfig "Apache Directives" field and it work ok. There is always more than one way to get it working!
RewriteEngine on
RewriteCond %{SERVER_PORT} =80
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI}
Fred
|