|
http from https
|
|
09-12-2010, 09:10 AM
Post: #1
|
|||
|
|||
|
http from https
the transfer protocol to http from https in a particular website
The following will force all the requests to a site to be redirected to the https:// version Code: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule (.*) https://www.example.com/$1 [R=301,L] |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)




