Ivan,

I do this via a 404 error:

http://www.bennadel.com/index.cfm?dax=blog:286.view 

Currently though, I create the URL manually though:

<cfloop query="qNews">

<a
Href="domain.com/news/#REReplace( qNews.title, "[^\w]+", "-", "ALL"
)#.htm"
>#qNews.title#</a>

</cfloop>

So, no auto-created URLs, but I can catch pretty urls.

......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-----Original Message-----
From: Ian Vaughan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 16, 2006 4:26 AM
To: CF-Talk
Subject: Search Engine Friendly URLS

Hi

Using Coldfusion is it possible to convert the following

domain.com/news/prdetail.cfm?id=2084

To Search Engine Friendly URL such as

domain.com/news/example_news_story





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260642
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to