>Wondering if anyone has done this before with just straight CF and not ISAPI
>rewrites.
>
>Want to create a url like -- http://www.somesite.com/64673
>
>And then pull that 64673 off as a url parameter for querying and redirect?
>
>Thanks

While there are complicated methods of doing such in CF, the simplest is to use 
either a mod_rewrite on Apache, or the equivalent in IIS.

Then all you have to do is set up a regex that parses for the url parameter and 
relocate the person to www.somesite.com/index.cfm?id=6473.

hth,

larry

--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
http://www.beiresources.org
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:253895
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