It was an custom 404 template, they had the whole site running through this file. I'm surprised this even works actually as I would expect the cf missing template handler to get returned.
Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 3 Dec 2013 00:41, "Byron Mann" <[email protected]> wrote: > > The isapi_redirect could maybe have a rewrite rule. Maybe the host has a > handler for each site, and there is a custom rule in the configuration. > > http://tomcat.apache.org/connectors-doc/reference/iis.html, see the > bottom. > Think this applies to Apache as well. > > Byron Mann > Lead Engineer & Architect > HostMySite.com > On Nov 27, 2013 8:40 AM, "Russ Michaels" <[email protected]> wrote: > > > > > I have a site I am migrating from other host/server which is causing me a > > bit of head scratching. > > when the site loads it redirects to www.domain.com/home.cfm > > > > the issue is that home.cfm file does not exist in the root of the site, > so > > this throws an error on my local copy. > > the only place there is a home.cfm is in a folder called "template". > > So to access this file direct you would have to go to > > domain.com/templates.home.cfm, which I can't do because it references > all > > other files releative tot he root. > > > > the confusion I am having is how it is mapping to this file from the > root. > > Normally I would assume url rewriting but there is no .htaccess or > > web.config file so no where for the url rewrite rules. > > There are no mappings in use, per application or in the cfadmin. > > > > the current site is on a shared server, so it seems very unlikely there > is > > any custom configurations in JRUN, and I cannot get any such info from > the > > host anyway. > > > > Can anyone think of any other way it is mapping to this file/path ? > > > > -- > > > > -- > > > > *Russ Michaels* > > Blog: www.michaels.me.uk > > *skype*: russmichaels > > > > *My other sites/projects* > > > > www.cfmldeveloper.com : ColdFusion/Railo developer hosting > > www.cfsearch.com : ColdFusion search engine > > www.cflive.net : Live CFML console/testing tool > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357227 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

