I am in the same situation. A fresh install - creation of a project ("portal"
. Placed Online. Registered DNS - and I AM able to access the page locally using 'http\\localhost\portal'.
However, when accesing the site from a remote network via the internet, all image and style references are broken. The text is visible. The properties of the image files and links (menus) show they are pointed to "localhost" not the DNS name used to access the site.
To give more detail, the httpd.ini has the following settings:
ServerName localhost:80
UseCanonicalName Off
I changed these to:
ServerName Clan-Wallace.zyns.com:80
UseCanonicalName On
and restarted the services but the same problem occurs. How do I get the web server to use the DNS name in its' URL addressing for internal resources?
What am I missing?