Plugin Directory


Ignore:
Timestamp:
01/19/2018 07:44:17 AM (8 years ago)
Author:
mra13
Message:

Apply HTTPS redirection on the whole domain will be the default selected option after plugin install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • https-redirection/trunk/https-redirection.php

    r1724736 r1805563  
    66  Description: The plugin HTTPS Redirection allows an automatic redirection to the "HTTPS" version/URL of the site.
    77  Author: Tips and Tricks HQ
    8   Version: 1.7
     8  Version: 1.8
    99  Author URI: https://www.tipsandtricks-hq.com/
    1010  License: GPLv2 or later
     11  Text Domain: https-redirection
     12  Domain Path: /languages/
    1113 */
    1214
     
    7375    $httpsrdrctn_option_defaults = array(
    7476        'https' => 0,
    75         'https_domain' => 0,
     77        'https_domain' => 1,
    7678        'https_pages_array' => array(),
    7779        'force_resources' => 0,
Note: See TracChangeset for help on using the changeset viewer.