-
Published Answer
Infuriating. Feel like I’m being “punked” trying to use this system. I’ve been trying for months. I RTFM and have followed directio…
•
By
denvergeeks
-
Published Answer
I use SFTP (SSH File Transfer Protocol) in the FileZilla FTP Client, using:
For the User: root
For the Host: the ip add…
•
By
denvergeeks
-
Published Answer
Thank you @vpsfix ! Your fix tidied up everything, and https is now running the show.
So now my wp-config.php additions look lik…
•
By
denvergeeks
-
Published Answer
After going through the steps above which restored access to the back end of my Wordpress site, I found the following:
I deleted…
•
By
denvergeeks
-
Published Answer
Also I added the domain name in my Digital Ocean account and created an A (@) record pointing to the Wordpress droplet, as well as …
•
By
denvergeeks
-
Published Question
Is there a way to prevent this error, ERRTOOMANY_REDIRECTS from appearing at /wp-admin after certain common installation conditions (described below). Here is what I did:
I pointed my DNS to Cloudflare.
Then on Cloudf...
Accepted Answer:
You could also add following code to wp-config.php to gain access to WordPress backend,
define('FORCE_SSL_ADMIN', true);
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
$_SERVER['HTTPS']='on';
4
•
•
By
denvergeeks
WordPress
Ubuntu 16.04