Hi there, I can't find anything on the site but maybe I am asking the question incorrectly. My site is http and does not contain an SSL certificate. For some reason when I try to use the .htaccess maker at the moment it redirects to https: and fails with a 404 error. Kind of annoying as I suspect it's not a 404. I tried adding a .htaccess rule forcing http but it doesn't seem to work.
RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
The rest of the site works as expected. I tried adding in the live value in configuration but that didn't work either. Deleting the .htaccess file doesn't resolve it so I assume that is not the issue (and in any case I have added the above rule to the bottom of the file).
Do you have any idea what could be causing this? I think it is a server issue (names.co using cPanel). I've found their service particularly difficult so far but it is a client choice. This has possibly happened to me previously but that time I solved it with the above rule I believe. I wonder could this be caching somehow, or overly onerous security.