Hello, running apache 1.3.4 on Solaris 8.
Have a FILE.jsp which has two "include file" strings referenced by it.
First, FILE.jsp works just fine when the FQDN (fully qualified domain name) is used;
However, when a CNAME address is used ( a canonical address referencing the FQDN), such as
http://CNAME.DOMAIN.com/FILE.jsp
, the .html files referenced by the "include file" string inside the FILE.jsp, are not being resolved before the data is being sent over to the client, as a result, the FILE.jsp is being sent over to the client the way it is, (unimporting the two files referenced by the strings.)