Hello, our CMS uses semi-SEO-friendly urls of the form: my.domain.name/content.cfm/name/of/page
content.cfm parses out the "name/of/page" part and works out what content to show. All very normal. It runs on all cfml platforms with IIS or Apache as front-ends but today I put the CMS on a multi-server J2EE installation with CF8 and CF9 running side-by-side behind Apache. When I browse to my.domain.name/content.cfm it works but the full URL: my.domain.name/content.cfm/name/of/page fails with a 404 from JRun and an error message of "File not found - content.cfm/name/of/page". It seems JRun in this context is trying to look for the entire path rather than just the content.cfm part. I am not very familiar with the multi-server installations, is there a configuration that stops this behaviour? -- Yours, Kym Kovan mbcomms.net.au ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:349072 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

