Skip to content

Base URL changed and not affecting website

Our website randomly started showing this error whenever you access a link outside of the home page or try to access the admin panel.

Exception #0 (FishPigWordPressModelIntegrationIntegrationException): Your home URL (https://www.ourURL.com/documents) is invalid as it does not start with the Magento base URL (https://www.ourURL.com/home).

The weird thing is that it the base URL should be https://www.ourURL.com/ (without the /home/). When I SSH into the server and run n98-magerun2 sys:store:config:base-url:list I can see that the base and base secure URLs are set correctly.

I’ve tried running the following commands.

php bin/magento setup:store-config:set --base-url="http://www.ourURL.com/"
php bin/magento setup:store-config:set --base-url-secure="https://www.ourURL.com/"

(I even tried setting it to http(s)://www.ourURL.com/home/ and then setting it back)

php bin/magento c:f
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush

I’m kinda out of ideas and have a support ticket open with our web hosting provider, but in the mean time any suggestions would be greatly appreciated.