Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2321

[3.3.x] Support Forum • Re: Home Link Error

$
0
0
Your site URL: https://sofaspud.tv/
Your forum URL: https://sofaspud.tv/portal/

The problem you are having is with this URL: https://www.sofaspud.tv
Your Sectigo SSL certificate is not activated for this URL, this message confirms this when testing the certificate: No SSL certificates were found on www.sofaspud.tv. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.

check_ssl.png

You can work around the problem by redirecting your site www.sofaspud.tv/ to sofaspud.tv/ by adding this in the .htaccess file.

find:

Code:

RewriteEngine On
add after:

Code:

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

Statistics: Posted by ssl — Tue Feb 06, 2024 4:32 am



Viewing all articles
Browse latest Browse all 2321

Trending Articles