Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
https:// redirection ?
#1
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.
Reply
#2
I don't know of any plugin for that.
If you google "htaccess force https" you'll find examples.
Reply
#3
(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"
Reply




Users browsing this thread: 1 Guest(s)