Ssl

Website URL

Tobiasfletcher.com
(please specify the URL of the site on which you are experiencing the problem)
Installing ssl certification

Error Message

(please share the FULL error message you see, if applicable)

Other Information

(other information and details relevant to your question)

Please fill out the template, what do you need help with?

3 Likes

I did it said was installed but on my website it shows it’s not

Your website loads fine on HTTPS for me.

3 Likes

Not showing secure in chrome on my android phone

If you installed SSL, then you can use HTTPS but also the insecure HTTP. To make it always use HTTPS, please read

4 Likes

Is there any easy way to do this? I am not experienced doing this

Everyone starts out unexperienced. But experience doesn’t come from nowhere.

Currently you have 2 options:

  1. Do it and have your issue solved.
  2. Ask for a easier way and have your issue unsolved forever, because the easier way doesn’t exists.

I don’t know which is better, so please pick one.


If you use WordPress, then there’ll also be some extra steps:

3 Likes

The .htaccess file says so not edit

Yes, it says “DO NOT EDIT”, but it also provided you with the steps of creating your own rules.

Please read

3 Likes

I created the .htaccess file in the htdocs folder and still no change what am I missing?

You’ll have to move the * where there is now a space between the dot and the closing parenthesis; this is why your rule won’t work.

3 Likes

Can you give me a example?

The third line, from this:

*RewriteRule ^(. )$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

should become this:

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
4 Likes

Thank you for your help

1 Like

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