Hi,
I setup a DNN site using
http://localhost/mysite. After I developed the layout of the home page and other pages (all pages include text and images), I then created a new website within IIS for public access. When I browse to the public site (e.g.
http://www.publicsite.com), the DNN pages display their text, but they do not display any images. When I created the new web within IIS, it uses the same path (C:\mysite) as the internal site (localhost/mysite). I am glad that the text appears on the public site, but I need the images to appear as well.
If I right-click on a non-rendered image, the URL property is
http://www.publicsite.com/mysite/imag.... Since
http://www.publicsite.com is pointing to C:\mysite, then "mysite" should no longer be part of the URL property. It becomes a redundant or invalid reference, which explains why the images do not render. If I enter the URL property
http://www.publicsite.com/mysite/imag... as a web browser address, the image will not render. If I remove the "mysite" reference from the URL address, leaving me with
http://www.publicsite.com/images/home..., then the browser will render the image.
I cannot figure out how to apply this change to the images on my DNN site. If I log in as Host or Admin, I cannot find where to make this change to the images. And I need to make this change to many images within the website, so hopefully there is a single property setting that can be modified in order to affect all images. I am glad that my text appears on the public site, but I need my images to display as well. How do I fix this problem?