Moving wordpress site from HTTP to HTTPS ERR_TOO_MANY_REDIRECTS

First you must Update the Site Address under Settings > General. Make sure the address is https://www.followourtrack.fr/. After that update your .htaccess like below. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> That .htaccess can work with fine in my server.

mixed contents admin panel is Unsecured

That should not effect wp-admin, I have never seen that happen before. Are you sure both your site url and homepage url’s are set to https:// If you really want to change them to see if that is the issue, you could edit them in the following files: (there are multiple mentions of that url … Read more

After changing Site http to https, can’t access wp login page with a digitalocean hosting

Make sure you set the site name correctly. Download your wp-config.php file via ftp, and add these lines: define( ‘WP_HOME’, ‘https://example.com’ ); define( ‘WP_SITEURL’, ‘https://example.com’ ); Notice the httpS. Also, if you are only using Cloudflares SSL, make sure to change the setting to Flexible SSL. But if you also have your own SSL certificate … Read more

Why does WordPress uses HTTPS for JS, CSS on EC2

The Reason for the Issue was https-redirection plugin. I wasnt aware there was https-redirection plugin installed. So, even though i checked wp-config.php & .htaccess for SSL redirects, the plugin was forcing SSL for CSS/JSS/images. I renamed the plugin folder and everything is proper now. sudo mv /var/www/html/wp-content/plugins/https-redirection /var/www/html/wp-content/plugins/STOP-https-redirection

Understanding Redirects

Q1. I’m inclined to not trust this message on this site and think it’s nothing to worry about. It states clearly below that the certificate covers mail.yoursite, www.yoursite and yoursite. I couldn’t reproduce this error trying a couple of other ssl checker services such as https://www.sslshopper.com/. It’s also notable that in the little mouseover ? … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)