Website URL
https://boxgrav.infinityfreeapp.com/
Error Message
There is no message it just shows the default infinityfree website stuff.
Other Information
I have input into the htdocs folder a simple index.html and a .htaccess file containing the following:
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]
DirectoryIndex index.html
as suggested on the infinityfree website. I have also deleted the index2.html file, I have got and uploaded the ssl certificate and I have deleted the DNS cache (using ipconfig /flushdns) contents of my computer and refreshed the page a number of times. I am using chrome browser and my computer is of the Dell XPS 13 series if that is a factor. As I have said above I am just getting the default page for the https link, however it works (presents the index.html file) for the http link. If you have any suggestions please let me know, thank you for your time.