Why is the title not showing in https

somebody help me pls

Make sure you do this

@Khoadzbuhbuh, welcome to the forums!
Can you please share the domain referring to? Also which cms are you using? You might want to create a .htaccess in the /htdocs directory with the following piece of code:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

Make sure to edit the ‘yourdomain.com’ with your own domain!

The guide @KangJL should be most helpful. Also, please fill out the topic template in the future.
Thanks

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.