WordPress Multisite with Wildcard Certificates not mapping correctly

It seems that I was getting wrong the virtual host configuration file to redirect all http requests to https This is my current working configuration: /etc/apache2/sites-available/a.com.conf <VirtualHost *:80> ServerAdmin [email protected] ServerName a.com ServerAlias *.a.com DocumentRoot /var/www/a.com/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined RewriteEngine on RewriteCond %{SERVER_NAME} =a1.a.com [OR] RewriteCond %{SERVER_NAME} =a.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> … Read more

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

Can’t access WP-Admin via HTTPS

@Tomc ‘s solution is a great start. Here it is formatted (you can’t format things in a comment). RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] In addition, I’m not a fan of setting URLs in the configuration files. Best (IMHO) to set those two values in the wp-options table. You might need to … Read more

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