GetSimple Support Forum

Full Version: https:// redirection ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what i have to do that my side http://example.com automaticly redirect to https://example.com ?

I need for this any plugin or can i made modification by .htaccess ?

Hope anyone can help.
I don't know of any plugin for that.
If you google "htaccess force https" you'll find examples.
(2016-12-26, 03:41:45)Carlos Wrote: [ -> ]I don't know of any plugin for that.
If you google "htaccess force https" you'll find examples.

there is any problem is i do that website does not shows correct.

Code:
RewriteCond %{HTTP_HOST} !^blower-tec\.de$ [NC,OR]
RewriteCond %{HTTPS} =off
RewriteRule ^(.*)$ https://blower-tec.de/$1 [R=301,L]

complete css are damaged.

Base template "business template"