My logo and other images are trying to use an absolute path that includes localhost

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
A bunch of the html that is being generated for my NopCommerce site (4.10) is trying to access images using an absolute path that includes localhost in the url.  How do I change this behaviour in 4.10?  I published the site to a file location using Visual Studio and pointed the IIS default site to the folder.  So far everything looks good except for the absolute paths for the logo and some other images.  If I upload images, for products, from the outside they render just fine.

Here is the html that is being generated for the logo:

<img title="" alt="Your store name" src="http://localhost/Themes/DefaultClean/Content/images/logo.png">
5 years ago
Are you still running in visual stuio ?
Or do you have a domain mapped to IIS ?
Have you enter the new domain into the store configuation ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.