Changeset 957998 for https-redirection
- Timestamp:
- 07/31/2014 12:10:14 PM (11 years ago)
- File:
-
- 1 edited
-
https-redirection/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
https-redirection/trunk/readme.txt
r957989 r957998 21 21 example.com/checkout 22 22 23 This plugin will enforce that so if anyone uses the URL "http://www.tipsandtricks-hq.com/checkout" in the browser's address bar, It will automatically redirect to "https://www.tipsandtricks-hq.com/checkout" 23 This plugin will enforce that so if anyone uses an URL like the following in the browser's address bar: 24 http://www.example.com/checkout 25 26 It will automatically redirect to the following HTTPS version of the page: 27 https://www.example.com/checkout 28 29 So you are always forcing the visitor to view the HTTPS version of the page or site in question. 24 30 25 31 = Features =
Note: See TracChangeset
for help on using the changeset viewer.