Title: Jetpack URL Change
Last modified: August 25, 2022

---

# Jetpack URL Change

 *  Resolved [willthing](https://wordpress.org/support/users/willthing/)
 * (@willthing)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/jetpack-url-change/)
 * Our Jetpack keeps going into Safe Mode and is referencing an old IP address instead
   of our actual site URL. I’m unsure how to change the IP to our website URL. Tanks
   for any assistance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjetpack-url-change%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Bruce (a11n)](https://wordpress.org/support/users/bruceallen/)
 * (@bruceallen)
 * Happiness Engineer
 * [3 years, 8 months ago](https://wordpress.org/support/topic/jetpack-url-change/#post-15950154)
 * Hi [@willthing](https://wordpress.org/support/users/willthing/)
 * What’s happening here is that Bitnami/AWS’s default **wp-config.php** is causing
   URLs on our side to flip between the IP address and the site URL.
 * You should see the below in **wp-config.php**:
 *     ```
       define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/');
       define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] . '/');
       ```
   
 * You would **replace** that with:
 *     ```
       define('WP_SITEURL', 'https://www.YOURDOMAINHERE.com');
       define('WP_HOME', 'https://www.YOURDOMAINHERE.com');
       ```
   
 * Once you’ve saved the change to **wp-config.php**, your site should stop flipping
   between the two URLs.
 *  Thread Starter [willthing](https://wordpress.org/support/users/willthing/)
 * (@willthing)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/jetpack-url-change/#post-15950364)
 * Bruce,
 * Thanks so much for the time and feedback. I’ll give that an update.
 * Will
 *  Thread Starter [willthing](https://wordpress.org/support/users/willthing/)
 * (@willthing)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/jetpack-url-change/#post-15959718)
 * I logged in this morning and am getting the message that it’s been placed in 
   safemode and it’s showing that IP address again. Would there be another area 
   I need to update?

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

The topic ‘Jetpack URL Change’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [willthing](https://wordpress.org/support/users/willthing/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/jetpack-url-change/#post-15959718)
 * Status: resolved