This is a wordpress site on a shared server. I would like to get the site working so that there are no unnecessary redirects, and the final URL is https://walterdemilly.com
Unfortunately, now, with all of the tweaking I’ve done I can’t get the site to resolve at all. When I speak to tech support for my server they say that the issue is not with them but with Cloudflare.
Any advice? Thanks.
(My account here shows that SSL is active).
PS I found another htaccess in the public_html folder. That file includes this:
You’ll always get at least one redirect if you don’t type in https for your Speedtest. And you’ll get a second redirect if you type in www as well. Cloudflare will redirect to https, and if you type in the opposite prefix, you’ll get that second redirect to www or non-www.
Your site is working now,
Right now, you have two resources using HTTP, causing that unsecure website warning: waltweb.jpg and bookshadow2.gif
You can try to use Cloudflare SSL/TLS settings to turn on “Always Use HTTPS” and “Automatic HTTPS Rewrites.”
Another great method is to add this to your .htaccess file: Header always set Content-Security-Policy: upgrade-insecure-requests