I followed the articlehttps://huntingbears.nl/2015/01/25/usin ... with-otrs/ and set OTRS with SSL. This works but now I want to turn off HTTP access to the site, the problem is that the guide talks about adding the following lines to the apache HTTP virtualhost configuration:
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Im a bit of a newbie to apache so apologies if this is a bit of a basic question!
Thanks a lot!
Brendan