Website URL
areapicnicricetto.rf.gd
(please specify the URL of the site on which you are experiencing the problem)
Error Message
Hi everyone, my SSL certificate expired today.
If I try to renew it, it says this:
Custom SSL certificates are no longer supported for free subdomains. All free subdomains have SSL by default.
So the site no longer has https enabled.
How do I fix this?
(please share the FULL error message you see, if applicable)
Other Information
(other information and details relevant to your question)
Your website redirects to www, which is no longer supported.
Reminder: “www” Subdomains Are Not Covered
Due to the way wildcard SSL certificates work, subdomains like www.example.ct.ws
are not covered by the system-wide SSL certificate. Only direct subdomains (e.g., example.ct.ws
) are supported.
If your site uses a www.
subdomain, we recommend switching to the non-www version to ensure your visitors stay protected with HTTPS.
Existing custom certificates for www
subdomains will continue to work until they expire. After that, they cannot be renewed.
7 Likes
Reminder: “www” Subdomains Are Not Covered
Due to the way wildcard SSL certificates work, subdomains like www.example.ct.ws
are not covered by the system-wide SSL certificate. Only direct subdomains (e.g., example.ct.ws
) are supported.
If your site uses a www.
subdomain, we recommend switching to the non-www version to ensure your visitors stay protected with HTTPS.
Existing custom certificates for www
subdomains will continue to work until they expire. After that, they cannot be renewed.
How do I switch to the non-www version?
Do I have to pay?
Thanks
Please set up a redirect from www to non-www.
You don’t have to pay anything.
5 Likes
if your site is a WordPress site, you can change it in the settings.
if its on sitepro its also in the settings.
if its one you built from scratch, you’ll need to redirect, and tell your visitors to stop using the www. version
4 Likes
il sito è stato creato con linguaggio html
come si fa togliere il www
This is an English forum. please try to stick to English, or use a translator.
ArP22RC:
how to remove www
Make sure any links on your site don’t use the www. version. and you can create a redirect in your .htaccess file.
one of the 2 links below should help:
After you’ve enabled SSL for your website, you’ll probably want to redirect all traffic on your website to the https version of your site. There are multiple ways to do that. Let’s compare some commonly used ways.
Using script configuration
Some scripts (including Wordpress) have a setting which allows you to set your website URL. By changing this URL from http://example.com to https://example.com , the script will probably redirect visitors to the https version of your site. Even if your script…
.htaccess Guide!
htaccess file allows you to set server configurations for a specific directory. This could be the root directory for your website or an /images or /downloads directory. It is used on the Apache web server. It can also be used on a handful of other web servers…
I’m going to give you a mini-guide on htaccess. Hope you find it useful!
Warning: BEFORE you edit your .htacces file, store a copy of it in case you mess it up!
Redirect to https
RewriteEngine On
RewriteCond %{HTTPS} …
4 Likes
Admin
August 5, 2025, 7:22pm
9
I checked your website, and when I try to visit https://areapicnicricetto.rf.gd , I am redirected to https://www.areapicnicricetto.rf.gd
Looking at the source code of your website, I see you are using Site.Pro. If so, you can configure whether your website has the www prefix or not through the website settings in Site.Pro. You can find the setting by going to Settings → Settings:
Make sure to Publish your website to apply the settings.
6 Likes
system
Closed
August 12, 2025, 7:22pm
10
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.