I have been bouncing back and forth between server and install and managed to lock myself out twice thanks do content protection (had to disable it in browser temp) but no matter what I do I either get a CSP error, a mod_security error or the page will not display correctly as if the template was missing (just scrolling bars)
I uncommented the lines in the .htaccess file for the defaults
# To redirect users to the secure version of your site, uncomment the lines below
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
And even tried the hosts suggestion ( I assume vb pulls server name from the option settings in ACP ? )
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L] where exampl.com is the domain.
Again I tried the options in ACP for login URL, and the other settings which all seemed to work except kicking off the CSP errors either in the admincp>settings>options page OR the actual login box
The host is bluehost and autossl is enabled in case its a known failing of theirs although I am encountering the current resistance to escalate as they see it as an application issue
https:// is bringing the site up but no template and all the links are all over the place
John
I uncommented the lines in the .htaccess file for the defaults
# To redirect users to the secure version of your site, uncomment the lines below
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
And even tried the hosts suggestion ( I assume vb pulls server name from the option settings in ACP ? )
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L] where exampl.com is the domain.
Again I tried the options in ACP for login URL, and the other settings which all seemed to work except kicking off the CSP errors either in the admincp>settings>options page OR the actual login box
The host is bluehost and autossl is enabled in case its a known failing of theirs although I am encountering the current resistance to escalate as they see it as an application issue
https:// is bringing the site up but no template and all the links are all over the place
John
Comment