Some links did not update after server move
-
Hi guys,
We made a test environment where we mirrored a copy of our website to it. The website uses Gecka Submenu. Unfortunately some links that were made in a submenu using Gecka still have the old URL, but some do have the new server URL. All the other links on the website, that are made outside of Gecka Submenu, have the new server URL.
How can I change these unchanged links?
This is what I have done:
(1) Check the permalink settings on WordPress
(2) Check the site URL settings on wp_config, which looks like this:
define(‘WP_HOME’,’https://’.$_SERVER[‘HTTP_HOST’]);
define(‘WP_SITEURL’,WP_HOME);I cannot share the new server URL because it’s only available from our intranet. We run WordPresss 4.7.1 with a custom theme, Gecka Submenu 0.7.3, PHP 5.0 and on Windows Server 2012 (IIS but I cannot see the version). The custom theme doesn’t update and we don’t have any documentation about it :/
Be aware that I’m a front-end developer with little knowledge of PHP, and that I’m fairly new at WordPress.
- The topic ‘Some links did not update after server move’ is closed to new replies.