There are a couple of things that you should check:
1. Make sure that jrun.xml is set up with the same fu pattern as the config settings in the farcry admin area. i.e. make sure it's "/go" or "/fu" or whatever you're using
2. Make sure that the each of the entries in the text file look something like this:
dev.coldron.com/go/about=/index.cfm?objectid\=1B032816-9B4B-378F-407C4C5B98C852E7
What you should be looking for is extra or missing "/" and make sure the domain is the same as the domain you're using to test the URLs.
Spike
Jeff Coughlin wrote:
Spike wrote:
<cfset dataClass = createObject("java", "FriendlyURLData")> <cfset dataObject = dataClass.getInstance()> <cfset mappings = dataObject.getMappings()> <cfloop collection="#mappings#" item="alias"> <cfset bDelete = false> <!--- Put any deletion checks here --->
<cfif bDelete> <cfset dataObject.removeMapping(i)> </cfif> </cfloop>
Thanks Spike. That did the trick. Only one problem now. The links don't seem to work (I just get a 'Page Not Found'). Its been a while since I've used FU (a few months at least), so maybe I'm missing something. Then links all look beautiful though :).
Any idea? I tried restarting CFMX (same result). Specs: Win2k/IIS5, CFMX6.1 w/updater, MSSQL 2k.
-Jeff
(btw: In the script above I think you meant to put "alias" where you had "i")
--
-------------------------------------------- Stephen Milligan Code poet for hire http://www.spike.org.uk
Do you cfeclipse? http://cfeclipse.tigris.org
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
