Question
index.cfm in wwwroot used for all IIS sites
I've been wrestling with this one all week... we just
recently started to setup multiple sites in IIS on separate IPs,
and I'm finding that accessing the root or index.cfm of any CF site
always loads the index.cfm file located in our wwwroot directory
rather than the index.cfm file located in the IIS site's default
home directory.
Accessing any file other than index.cfm on the additional IPs displays the correct page and the sites function as they should, it's only that the wrong index.cfm file is being loaded (and curiously, though it loads the wrong index.cfm file, it still tries to look for the images relative to the site's home directory (which results in broken images) instead of relative to the location of the wrong index.cfm file being loaded).
Trusted cache, Save class files and Cache web server paths are all unchecked and the server has been reset several times in the past week.
Any help greatly appreciated!
- Jeff
Accessing any file other than index.cfm on the additional IPs displays the correct page and the sites function as they should, it's only that the wrong index.cfm file is being loaded (and curiously, though it loads the wrong index.cfm file, it still tries to look for the images relative to the site's home directory (which results in broken images) instead of relative to the location of the wrong index.cfm file being loaded).
Trusted cache, Save class files and Cache web server paths are all unchecked and the server has been reset several times in the past week.
Any help greatly appreciated!
- Jeff
