In the latest issue of CFDJ, Ben Forta wrote a function and custom tag that does this without having to change any server settings.
It reads URLs like this: http://www.mywebsite.com/index.cfm/id/1/Test/True as: http://www.mywebsite.com/index.cfm?id=1&Test=True Handy if you don't have access to server settings on a shared host for example. Doing this allows spiders that wouldn't normally read anything past the "?" to completely spider all your dynamic pages. Rick Mason Pangaea NewMedia, Inc. http://www.pangaeanewmedia.ca 416-922-1600 ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 9:39 PM Subject: RE: [CFTALKTor] Search Engine Services > Apparantly one get round for the dynamic page problem is > "You'll need to reconfigure ColdFusion on your server so that the "?" in a > query string is replaced with a '/' and pass the value to the URL" > > anyone know the CF knowledgebase article that deals with that > > Cheers > AGC > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > > Behalf Of Michel Rouse > > Sent: 18 January 2002 11:40 > > To: [EMAIL PROTECTED] > > Subject: Re: [CFTALKTor] Search Engine Services > > > > > > I'm not a huge fan of ranking services. There is a great article > > on Webmonkey > > that tells you how to rank yourself with minimal effort: > > > > http://hotwired.lycos.com/webmonkey/01/23/index1a.html?tw=e-business > > > > Michel > > > > Rob Matlow wrote: > > > > > Does anyone have recommendations for search engine services. My client > > > wants a good ranking on the major search engines. I want to get a few > > > different prices and I've only used Submit Plus before. > > > > > > Thanks, > > > > > > Rob > > > > > > _____________________________ > > > Rob Matlow > > > REM Web Solutions > > > [EMAIL PROTECTED] > > > (519) 884-4111 > > > www.remwebsolutions.com > > > > > > - > > > You are subscribed to the CFUGToronto CFTALK ListSRV. > > > This message has been posted by: "Rob Matlow" > > <[EMAIL PROTECTED]> > > > To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ > > > Manager: Kevin Towes ([EMAIL PROTECTED]) > http://www.CFUGToronto.org/ > > This System has been donated by Infopreneur, Inc. > > (http://www.infopreneur.net) > > -- > "If life was fair, Elvis would be alive and all the impersonators > would be dead." > > -- Johnny Carson > _______________________ > > Michel Anthony Rouse > Webmaster > Steltor > > 2000 Peel street, 4th floor > Montreal, Quebec > H3A 2W5 > Canada > > tel: +1 (514) 733-8500 x-5001 > fax: +1 (514) 733-8878 > [EMAIL PROTECTED] > www.steltor.com > > Toll free in North America: 1-800-675-2991 > > > - > You are subscribed to the CFUGToronto CFTALK ListSRV. > This message has been posted by: Michel Rouse <[EMAIL PROTECTED]> > To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ > Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ > This System has been donated by Infopreneur, Inc. > (http://www.infopreneur.net) > > - > You are subscribed to the CFUGToronto CFTALK ListSRV. > This message has been posted by: "Andrew Clark" <[EMAIL PROTECTED]> > To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ > Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ > This System has been donated by Infopreneur, Inc. > (http://www.infopreneur.net) > > - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Rick Mason" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
