Title: ProCoder2k2's Replies | WordPress.org

---

# ProCoder2k2

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login Page had redirect loop](https://wordpress.org/support/topic/login-page-had-redirect-loop/)
 *  [ProCoder2k2](https://wordpress.org/support/users/procoder2k2/)
 * (@procoder2k2)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/login-page-had-redirect-loop/#post-6914860)
 * The select runs at the database, so there is the information stored:
    mysql> 
   select * from wordpresswp_options where option_name = ‘siteurl’;
 * I’ve changed the URL via Web-backend:
    Settings->WordpressURL
 * By doing so, I’m sure the there are no side-effects. Possibly you can change 
   it also direct in the database. However, I would not recommend it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login Page had redirect loop](https://wordpress.org/support/topic/login-page-had-redirect-loop/)
 *  [ProCoder2k2](https://wordpress.org/support/users/procoder2k2/)
 * (@procoder2k2)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/login-page-had-redirect-loop/#post-6914854)
 * I had the same issue: One of my WordPress installations got a redirect loop after
   auto-update to 4.4.1. Sad: It was the start-page :-(. My tree other WP installations
   had no problem with this update.
 * So I asked my webhoster, and he came up with a solution for my problem: I had
   used upper case letters in the URL-Config in WP:
    select * from wordpresswp_options
   where option_name = ‘siteurl’;
 * After making them all lower case, the redirect loop was gone.
 * It seems, that the older versions had no problem with this. My other WP-installation
   had no problem because there I’ve been wise enough to avoid upper case letters
   in the URL 🙂

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