Wordpress https problem

Hello,
I want to install wordpress on the domain : hakkmni.com
at the install page there is option to chose between http and https protocol

I have installed ssl certification on that domain

but when i chose https protocol in install wordpess
I get the message: A trusted SSL Certificate was not found.

Why ? and can i fix that?
I have read before that i can make a redirect in my wordpress through a plugin or in wp files in file maneger.
but can’t i simply chose https while installing?

Thank you so much

(Video starts at 84 seconds). The video is also valid for InfinityFree, the WordPress related steps are the same.

So is that means i should install wordpress on http ?
and then check it with plugin?

What softaculous does is set up a database and copy the files, i dont think the protocol selection during the installation will affect anything.
They both just put your files in htdocs, so i can say choosing any one of them will be fine.

For this, its likely due to:

3 Likes

so can you please give me the code that i should add to files

Just install using Softaculous

I have installed wordpress
but i have can’t edit .htaccess file to add the code:

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{“scheme”:“https”}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Ok thank you so much i edited through wp files not the main .htaccess
Thank you so much for help It worked!

1 Like

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