I am using sslforfree.com to get the certificate. However they are asking me to create 2 folder in my domain name.
These 2 steps below -
1.Create a folder in your domain named “.well-known” if it does not already exist. If you use Windows you may have to add a dot at the end of the folder name in order to create a folder with a dot at the beginning.
2.Create another folder in your domain under “.well-known” named “acme-challenge” if it does not already exist
I created it at home but it didn’t work, nor did it work when I create it in the Public_html folder, even tried it at etc/mydomain.com, but no luck.
My Challenge is I cannot find the folder of my Domain name, where do I save these folder to get the below links working.
Can you make files in general at arbitrary locations on your web site? If you wanted to make a file called http://thelilbirdy.com/hello.txt, would you be able to do that?
Hi Hashem, what you’re seeing now isn’t a certificate problem but a mixed-content problem, where insecure resources are used inside of a secure page. You can diagnose this using
Currently it looks like your WordPress installation is broken and hence the padlock does appear properly. I can’t see what it would normally look like until WordPress is fixed.
This is because browsers stlil default to HTTP instead of HTTPS. You can address this by configuring your web server to redirect the HTTP site to the HTTPS site.
However, tried that code, even checked it in a htaccess validator for errors in my code but no luck.
I even tried placing the code in the beginning, than in the middle and than even tried in the end, but still nothing. Any Ideas where can I get some help regarding this?
I keep getting the below error
"Forbidden
You don’t have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."