if you put in a url like http://www.somedomain.com/go/productid/3
it'll do just as you said. do a <cfdump var=#url# /> on your index page and see what happens. hth Gav On Thu, 10 Feb 2005 10:59:26 +1100, Jason Sheedy <[EMAIL PROTECTED]> wrote: > I'm trying to get FriendlyUrls working on our site. I've been able to run > the test page included in the zip, but can't figure out how you get it to > automatically rewrite the urls. > > On Spike's homepage (http://www.spike.org.uk/projects/fuservlet/) it > states: > ------------------------------------------------- > The FU Servlet will automatically rewrite the URL if a mapping isn't > found, so if you have a URL of the form: > http://www.somedomain.com/go/productid/3 the servlet will rewrite the URL > as http://www.somedomain.com/index.cfm?productid=3 if there isn't an > explicit mapping for that URL. > ------------------------------------------------- > > It works great when I explicitly include the mappings, but doesn't seem to > work if the mapping's not there. > > Our site has thousands of dynamic pages, so manually rewritting all them > isn't really feasible. Any help with this would be appreciated. > > thanks, > > Jason Sheedy > www.voice.com.au > > --- > 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/ > --- 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/
