WebsiteBaker Community Forum

WebsiteBaker Support (2.13.x) => General Help & Support => Topic started by: bupaje on September 02, 2021, 09:12:35 PM

Title: /* inserted by register_frontend_modfiles 2.13.0 */
Post by: bupaje on September 02, 2021, 09:12:35 PM
I set up our site using a temporary domain and have switched and removed the old domain. The page does not render correctly now and when I look at the page source I see files are still pointing to the old url and I think it is related to the block of script that is commented as below because I see it sets a base url.       

      /* inserted by register_frontend_m odfiles 2.13.0  */
      var URL = 'https://www.c40a8c56a56748862.temporary.link';
      var WB_URL = 'https://www.c40a8c56a56748862.temporary.link';

I am not sure if this just needs time to flush out or I need to do something else?

Your help appreciated.
Title: Re: /* inserted by register_frontend_modfiles 2.13.0 */
Post by: bupaje on September 02, 2021, 09:29:26 PM
Okay skip it. By digging around all the files I found the old url in the config.php and also found a cache file which I deleted and all good to go now. Thanks anyway. :)