Hi!
My setup isn’t showing as a GUI and just as a basic HTML Page as seen in the screenshot attached, does anyone know why this is and how to fix it? I think its something to do with permissions but I’m not sure.
You will have to set it to Full, or FullStrict!
Otherwise it will access your Server trough HTTP and not HTTPS, then your Server redirects to HTTPS and it goes on in a circle, thats whay you had a redirection Loop
Ok I see the HTTPS URL works now.
May you want to tell me where exactly you did get the Application?
The official site or GitHub?
If you downloaded (the sourcecode!) from Github please download it from HERE:
Hey! It now works, I forced HTTPS on .htaccess then it showed the text based thing again, so i commented it out again and now it works with the GUI based setup
Nice to hear. Anyway you should really not comment that out. As most probably your Server now again (behind CloudFlare) answeres the requests in plain HTTP and not encrypted in HTTPS.
Better try to make it work with HTTPS and SSL Mode Full or Full Strict.
In the end you will transfer your sensible datas through this configuration, so better care about security
Very good! Then the .htaccess force HTTPS should work aswell Better turn it on. But thats just a recommendation.
Also: please flush the whole CloudFlare Cache to make sure it will not refetch all requested URLs as otherwise it can cause missbehaviours as some CSS files before have not been accessable and will be stored in CLoudFlare as a 404 Error.