Just a quick one, is it true that in order for a cfmapping to work for images you have to have it set up in IIS as well...

eg. I have a (CF) mapping set up called test-core which points to C:\Inetpub\wwwroot\test\test_core
the root in IIS is the first test folder (IIS map called test)



in Application.cfm

<cfscript>
request.url.testing = "/test-core";
</cfscript>

but this only works for everything, but images?

This works
<a href="#request.url.testing#/includes/test.cfm">Test</a>

but this does not (but when I add IIS mapping it does)
eg. <img src="#request.url.testing#/images/test.gif">

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to