Is config.php the only location where the domain is entered?
Anyone have any ideas why it's still redirecting to the ip address?
Is config.php the only location where the domain is entered?
Anyone have any ideas why it's still redirecting to the ip address?
oxwall site address i only stored on ow_includes/config.php define('OW_URL_HOME', 'https://oxwall.artmedia.biz.pl/');
but ensure if you custom modified .httaccess file, maybe there you have some rules with redirection to other address
It is also stored in database or you may have a cached versionNo cache version. Can't find where it's in the database ... you know?
It is also stored in database or you may have a cached versionYou know this for sure? Where exactly? I've stepped through every table but didn't see any IP address stored. If you're just guessing please let me know.
It is also stored in database or you may have a cached version
RESOLVED
This issue has been resolved. The config file in ow_includes had the IP address instead of the domain name for the base URL. This was corrected days ago but did not make a difference which is why this post was made.
Decided to grep via SSH for any instances of an IP address where domain name should be turned up entries in sitemap and language pack. Manually changed both sitemap files and the language pack entries, set the sitemap build to Daily, and waited until the sitemap rebuilt itself once.