webLuthier
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: redirect loop after update WordPress 4.4.1@marius: Thanks. Correcting the mixed case URLs in the Home & Site URL options fixed the issue for me.
I removed my temporary wp-config work-around, and with the correct URLs the site is fine. I changed it back to mixed-case for a moment as a quick test and confirmed that was the issue.
I’m sure the next step would be to update the WP source code to address the mixed-case issue. But, I’m very happy to have a workable fix for now.
@jan: Agreed – I welcome respectful discussion of ideas. Thanks for keeping us on track.
Thanks everyone.
Forum: Fixing WordPress
In reply to: redirect loop after update WordPress 4.4.1I added these lines to the wp-config.php file:
define('WP_HOME','http://INSERT_YOUR_DOMAIN.com'); define('WP_SITEURL','http://INSERT_YOUR_DOMAIN.com');While this does negate the settings stored in the database from the General Settings admin page, it at least has my site working using the PostName permalink setting.
Forum: Fixing WordPress
In reply to: redirect loop after update WordPress 4.4.1I’m having the same problem as @adrian K. with one of my WP sites. Thanks for the troubleshooting info so far, I tried all of your tests with the same results.
I can confirm that for me, changing the Permalink setting to Plain also fixes the Redirect Loop (not ideal, but at least it’s a temporary fix).
The site was using PHP 5.4. I upgraded to 5.6 and it did not fix the redirect loop issue for me.
I’ll research some more, too.