Hello,
Setting did, but still comes as http ?
try: https://www.downlium.com
-------------------------------------------------------------
And "www" does not seem to
Html extension is not
" https://downlium.com/65fdf00fd589fb49/_header.php.txt "
www.downlium.com
Thanks
Setting did, but still comes as http ?
Code:
/* which protcol to use, default is http */
define("_CONFIG_SITE_PROTOCOL", "https");
-------------------------------------------------------------
And "www" does not seem to
Code:
/* main configuration file for script */
define("_CONFIG_SITE_HOST_URL", "downlium.com"); /* site url host without the http:// and no trailing forward slash - i.e. www.mydomain.com or links.mydomain.com */
define("_CONFIG_SITE_FULL_URL", "www.downlium.com"); /* full site url without the http:// and no trailing forward slash - i.e. www.mydomain.com/links or the same as the _CONFIG_SITE_HOST_URL */
Code:
/* set these to the main site host if you're using direct web server uploads/downloads to remote servers */
define("_CONFIG_CORE_SITE_HOST_URL", "downlium.com"); /* site url host without the http:// and no trailing forward slash - i.e. www.mydomain.com or links.mydomain.com */
define("_CONFIG_CORE_SITE_FULL_URL", "downlium.com"); /* full site url without the http:// and no trailing forward slash - i.e. www.mydomain.com/links or the same as the _CONFIG_SITE_HOST_URL */
Html extension is not
Code:
Whether to use html or php front-end page extensions
- html
Code:
RewriteCond $1 !\.html$
www.downlium.com
Thanks