Interesting..

-----Original Message-----
From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] 
Sent: Monday, 30 June 2003 9:20 PM
To: CF-Talk
Subject: RE: Search engine safe urls in CFMX


Taco,

Your documentation/header seems invalid, if it is supposed to be XML:
you forgot to close the createDate tag (and what DTD?)

:)




-------------------------------------------------------------
Hugo Ahlenius                  E-Mail: [EMAIL PROTECTED]
Project Officer                Phone:            +46 8 230460
UNEP GRID-Arendal              Fax:              +46 8 230441
Stockholm Office               Mobile:         +46 733 467111
                               WWW:       http://www.grida.no
------------------------------------------------------------- 






| -----Original Message-----
| From: Taco Fleur [mailto:[EMAIL PROTECTED]
| Sent: Monday, June 30, 2003 13:15
| To: CF-Talk
| Subject: RE: Search engine safe urls in CFMX
|
|
| You could form al your links like index.cfm/var=foo
|
| And use the custom tag I wrote, remove the cf_error tag
|
| <!--------------------------------------------------------------
| <fileInfo>
|       <author>Taco Fleur ([EMAIL PROTECTED])</author>
|       <createDate>Sunday, 06 May 2003 18:29:00<createDate>
|       <description>file creates url variables from search engine safe 
| urls</description> </fileInfo>
| --------------------------------------------------------------->
| <cfswitch expression="#thisTag.executionMode#">
|       <cfcase value="start">
|
|               <cfloop list="#caller.cgi.path_info#" index="item"
delimiters="/">
|                       <cftry>
|                               <cfset setVariable("url." &
| listFirst(variables.item, "."), listRest(urlDecode(variables.item),
| "."))>
|                               <cfcatch type="any">
|                                       <cf_error errorcode="417"
| outputerror="false" detail="Tag: #cgi.cf_template_path#">
|                               </cfcatch>
|                       </cftry>
|               </cfloop>
|
|       </cfcase>
|       <cfcase value="end"></cfcase>
| </cfswitch>
|
|
| -----Original Message-----
| From: Jerry Staple [mailto:[EMAIL PROTECTED]
| Sent: Monday, 30 June 2003 8:20 PM
| To: CF-Talk
| Subject: FW: Search engine safe urls in CFMX
|
|
| Hi
|
|     Can anyone tell me how you turn urls into search engine safe urls 
| in Coldfusion Mx
|
| i.e
|
| TURN
|
| index.cfm?user=Joe Bloggs&bgcolor=blue&county=2
|
| INTO
|
| index.cfm/user=Joe Bloggs/bgcolor=blue/county=2
|
| etc etc
|
| Thanks in Advance
|
|
|
| Jerry Staple
| Web Application Developer
| Certified Coldfusion (5.0) Developer
| Head Office
| 133-137 Lisburn Road, Belfast
| Northern Ireland BT9 7AG
| T +44 (0) 28 9022 3224
| F +44 (0) 28 9022 3223
| E [EMAIL PROTECTED]
| W biznet-solutions.com
|
|
| **************************************************************
| **********
| **********************
|
| If you are not the intended recipient, or person responsible for 
| delivering it to the intended recipient, you are not authorized to and

| must not disclose, copy, distribute or retain this message or any part

| of it.
|
| The opinions / views / comments on this e-mail do not necessarily 
| reflect any views or policies of biznet
|
| The recipient should check this email and any attachments for the 
| presence of viruses. biznet accepts no liability for any damage caused

| by any virus transmitted by this email. biznet 2003.
|
| **************************************************************
| **********
| **********************
|
|
|
|
|
|
|
|
|
|
|
|
| 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to