Sunday, February 12, 2023
HomeWordPress Developmentssl - Altering my URL in Basic Settings trigger the location to...

ssl – Altering my URL in Basic Settings trigger the location to crash


The primary area listed in your query has the wp-admin slug, the 2nd does not. You should not be making that change. Hopefully it was only a typo, nonetheless if that is what you are truly doing that’s probably your downside.

Additionally, you have to be altering all cases of the previous area http://20.210.236.41 to the brand new area WITH SSL https://mostmarv.com/. That method you need not use any SSL plugins.

If you should use WP-CLI it will work: wp search-replace http://20.210.236.41 https://mostmarv.com

An alternative choice is to make the change within the dev server backend settings, obtain that db after which add it to the brand new website.

One final choice to get you up and working could be so as to add these strains to your wp-config.php file:

outline('WP_HOME', 'https://mostmarv.com');
outline('WP_SITEURL', 'https://mostmarv.com');

These 2 choices may allow you to at the very least get the location reside, however may trigger a whole lot of issues although as a result of WordPress makes use of the URL string an many different locations thoughout the location. So that you’re higher off utilizing WP-CLI or different software program that can seek for each occasion of the older deal with or URL.

TLDR : Simply altering your property and siteurl shouldn’t be sufficient to fully switch your website from one area to a different. You should discover all references to the previous deal with.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments