
I have installed the license for SSL/TSL and HTTPS on the server and redirected to my domain.
Get message from the server support that I must fix this:
In home of user site dir /public_html file .htaccess
RewriteEngine on
#RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} off
RewriteCond %{HTTP_HOST} ^usersite\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.usersite\.com$
RewriteRule ^/?$ "https\:\/\/www\.usersite\.com\/" [R=301,L]
I comment
the second line
Is it possible to prepare this in WWB 14 so I don't have to do any coding?