Mismatched Site & Home URL Broke Elementor
-
On about Aug 28th a good working live WP site with Elementor began throwing too many redirect errors. I tried to work with the host but no help, they said nothing changed on their end.
Previously the site had been working just fine with the Site URL as https://theneatnik.com
The only fix I found to get the live site back up was the following:
I needed to change
Site URL: https://www.theneatnik.com
Home URL: https://theneatnik.comAnd then I added the following to the wp-config file:
define(‘WP_HOME’,’https://theneatnik.com’);
define(‘WP_SITEURL’,’https://www.theneatnik.com’);The only problem is now Elementor is broken [can’t activate] and they say these two fields need to match. They told me to talk to the host for a fix and the host says that they won’t touch the site content.
My current fix is to break the site and make my edits and then relink and break Elementor… crazy-making.
Thank you!
- This topic was modified 5 years, 2 months ago by . Reason: moved to correct forum
- This topic was modified 5 years, 2 months ago by . Reason: clarity
The page I need help with: [log in to see the link]
- The topic ‘Mismatched Site & Home URL Broke Elementor’ is closed to new replies.