Quote:
Originally Posted by wswartzendruber
None of the images on LucasForums.com seem to show when browsing via a NAT64 connection. This is because each image is sourced using an IPv4 literal, like so:
http://64.20.36.214/lucasforums.com/images/default/lf_menulogo_top.gif
The source of the problem is in bold. Additionally, it also appears that the website's domain name is being appended to the IPv4 address, for whatever reason.
|
64.20.36.214 is a separate web server used to serve static content such as images, stylesheets and javascript for performance reasons. It does currently not have any domain name associated with it. (The website's domain name is the name of a directory on that server containing the content belonging to a particular site, lucasforums.com in this case.)