Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
How to redirect site from http to https?
#3
Use this if you are using apache.

Code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
Reply
[-] The following 1 user Likes supaul's post:
  • lata21


Messages In This Thread
RE: How to redirect site from http to https? - by supaul - 05-14-2019, 04:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)