Really, and hat just works by default ? > -----Original Message----- > From: Rich Wild [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 11:46 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-dev ] SearchEngine Safe URLS > > > CFMX 6.1 allows you to do that natively. > > I have a commerce app I'm writing which does that: > > www.mysite.com/product.cfm/page=5/search=any+products/product= > mySpiffingProd > uct > > and I just reference those via normal url variables: eg if > (isDefined("url.page")) {} > > > -----Original Message----- > > From: Snake Hollywood [mailto:[EMAIL PROTECTED] > > Sent: 02 October 2003 11:41 > > To: [EMAIL PROTECTED] > > Subject: RE: [ cf-dev ] SearchEngine Safe URLS > > > > > > Well there is also a way to do it with CF. > > Fusebox has a tag that does it, cf_formURL2Attributes > > Which also takes everything after your .cfm/ and converts > to variables > > > > E.g > > Index.cfm/name=snake/status=rocks/ > > > > Which is essentially what the IIS replacer does, except the > > IIS plgin allows to to specify anything to be replaced with > > anything so is not limited to coldfusion. > > > > Russ Michaels > > Macromedia/Allaire Certified ColdFusion Developer > > > > CFDeveloper > > The free resource and community for ColdFusion developer. > > http://www.cfdeveloper.co.uk > > > > Join the CFDeveloper discussion lists. > > To subscribe send an e-mail to [EMAIL PROTECTED] > > > > > -----Original Message----- > > > From: Stephen Pope [mailto:[EMAIL PROTECTED] > > > Sent: 02 October 2003 11:27 > > > To: [EMAIL PROTECTED] > > > Subject: RE: [ cf-dev ] SearchEngine Safe URLS > > > > > > > > > Yup .. I was gonna use mod_rewrite .. but I was asking if > anyone had > > > any tutorials on using mod_rewrite to accomplish this task :�) > > > > > > Thanks for the URL .. I'll look at this IIS solution as > its always > > > good to know all the ways to solve the same problem :�) > > > > > > Stephen > > > > > > -----Original Message----- > > > From: Snake Hollywood [mailto:[EMAIL PROTECTED] > > > Sent: 02 October 2003 11:24 > > > To: [EMAIL PROTECTED] > > > Subject: RE: [ cf-dev ] SearchEngine Safe URLS > > > > > > The best way is to install an ISAPI filter into the > webserver that > > > changes the URL before passing the request to the > webserver or CF. > > > Goto www.pstruh.cz and get the URL replacer (if your > using IIS), if > > > your using Apacahe try MOD Rewrite > > > > > > With this you can makes all your URLS and links friendly > by using / > > > instead of ? And & and the filter will put these chars back when > > > requests are made to the server. > > > > > > Russ Michaels > > > Macromedia/Allaire Certified ColdFusion Developer > > > > > > CFMX Hosting > > > Phone: 0845 456 3487 > > > Tech Support: 0906 9607800 > > > FAX: 0709 2212 636 > > > WEB: cfmxhosting.co.uk > > > > > > >Please use the support helpdesk on our web site to submit support > > > tickets.< > > > > > > Join our ColdFusion Developer discussion lists. > > > Send an e-mail to [EMAIL PROTECTED] > > > > > > > > > > > > > -----Original Message----- > > > > From: Stephen Pope [mailto:[EMAIL PROTECTED] > > > > Sent: 02 October 2003 11:17 > > > > To: [EMAIL PROTECTED] > > > > Subject: [ cf-dev ] SearchEngine Safe URLS > > > > > > > > > > > > > > > > Hi all, > > > > Just wondering if anyone had any tutorials on > > > > SES (Search Engine Safe) URL's .. I could process URL's with > > > > CGI.PATH_INFO but that doesn't really give me what I want .. > > > > > > > > Eg: http://mysite.com/index.cfm/clothing/mens/ > > > > > > > > When I actually want: > > > > > > > http://mysite.com/clothing/mens/ > > > > > > I'm using Apache 1.3 so I know you can do it with > mod_rewrite but I > > > cant find any examples of how to do it ! I know its probably done > > > with a Regular Expression to stick .cfm onto the end of > clothing (or > > > essentially the first element after the .com) and then I > can process > > > the path info from there .. > > > but I've drawn a blank and just thought I'd ask here in case > > > anyone had come across a good example of how to do it :�) > > > > > > Any help would be appreciated! > > > > > > Regards > > > > > > Stephen > > > > > > +----------------------------------------------------+ > > > Stephen Pope > > > Eduserv Internet, Queen Anne House, 11 Charlotte > Street,Bath,BA1 2NE > > > +----------------------------------------------------+ > > > > > > -- > > > ** Archive: > > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > For human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > -- > > > ** Archive: > > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > For human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > > ** Archive: > > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > For human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > -- > > ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] For human help, e-mail: > > [EMAIL PROTECTED] > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > >
-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
