I have successfully integrated the cfajaxproxy tag, but encountered an issue with the cfc's location in the root directory of my site.
When accessing a page within the root directory through a rewritten URL (e.g. mysite.com/one/two/ -> mysite.com/two.cfm), the JavaScript generated by cfajaxproxy does not reference the root directory, instead using a relative path to mysite.com/one/two/mycfc.cfc
Is there a way to make cfajaxproxy prioritize searching in the root directory or find a workaround for this problem?
(I prefer not to rewrite the specific cfc's URL)
Thank you.