You have probably tried all the tutorials online telling you how to fix the “too many redirects” error message that you receive in your browser when trying to load your blog. Many hours later, the problem still hasn’t been resolved, and you still can’t view your blog or login to the administration area.
Well here’s one quick solution that might work for you if you know what you’re doing. If you don’t know what you’re doing, it’s best to leave it with techies like me, or you’ll just end up creating more problems by messing up the programming codes! If you’re up for the job, keep reading…
How to Fix Too Many Redirects Error Message on Internet Browser With WordPress Blog When Other Methods Have Failed
It’s easy really.
Access your WordPress files via FTP. Find the file “wp-config.php”
Right after the php starting line enter this code:
if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’) $_SERVER[‘HTTPS’]=’on’;
There, problem solved! Easy enough?
If you are still having issues with your blog, don’t hesitate to contact me. I provide a range of services to help with your script, software, or website errors.
0 Comments