Title: webLuthier's Replies | WordPress.org

---

# webLuthier

  [  ](https://wordpress.org/support/users/webluthier/)

 *   [Profile](https://wordpress.org/support/users/webluthier/)
 *   [Topics Started](https://wordpress.org/support/users/webluthier/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webluthier/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webluthier/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webluthier/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webluthier/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webluthier/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect loop after update WordPress 4.4.1](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/)
 *  [webLuthier](https://wordpress.org/support/users/webluthier/)
 * (@webluthier)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/page/2/#post-6917877)
 * [@marius](https://wordpress.org/support/users/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](https://wordpress.org/support/users/jan/): Agreed – I welcome respectful
   discussion of ideas. Thanks for keeping us on track.
 * Thanks everyone.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect loop after update WordPress 4.4.1](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/)
 *  [webLuthier](https://wordpress.org/support/users/webluthier/)
 * (@webluthier)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/page/2/#post-6917772)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect loop after update WordPress 4.4.1](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/)
 *  [webLuthier](https://wordpress.org/support/users/webluthier/)
 * (@webluthier)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/#post-6917760)
 * I’m having the same problem as [@adrian](https://wordpress.org/support/users/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.

Viewing 3 replies - 1 through 3 (of 3 total)