Issue with HTTPS on Free Subdomain

Website URL

https://teachio.wuaze.com

Error Message

This appears to be a subdomain. Subdomains have SSL automatically enabled. To access please use https://teachio.wuaze.com without www.

Other Information

I am experiencing an issue with HTTPS on my website hosted on your platform. I have a free subdomain and, according to your instructions, HTTPS/SSL should already be active. However, when I try to access my website via HTTPS, I get redirected to the HTTP page, while HTTP works correctly.

I have also checked the SSL settings in the control panel, and it shows that SSL is already enabled for my subdomain. Despite this, HTTPS is not functioning as expected.

Thank you in advance for your help.

This means that visitors are being redirected to the HTTP version. I can see you’re using WordPress. Did you set your URL in WordPress to be HTTPS?

4 Likes

Thanks for the reply! I think this might be the problem but I can’t change it

It looks to me like the problem is resolved now.


If you don’t mind me asking, what did you do to fix it?

4 Likes

I was blocking everything with this two lines in the wp-config.php file. I deleted them and changed the settings in General, and now it’s working.

define('WP_HOME','http://teachio.wuaze.com');
define('WP_SITEURL','http://teachio.wuaze.com');
1 Like