Try looking at the form2urlattributes tag, you may need to modify it a bit 
and call it from your local directory. Line 25-30 identify the extension 
your using, the default is ".htm" so you may need to change to ".cfm" as 
below.



<cfif len(cleanpathinfo)>

<!--- If you want to append .htm onto the end of your URL, this will clean 
it so it doesn't affect your variables --->

         <cfif len(cleanpathinfo) gte 4 and right(cleanpathinfo,4) is ".cfm">
                 <cfset cleanpathinfo=RemoveChars(cleanpathinfo, 
len(cleanpathinfo)-3, 4)>
          </cfif>




Brook Davies
MaracasMedia.com




At 09:07 AM 29/11/00 -0600, you wrote:
>I am in the process of moving my search engine friendly fusebox
>application to a new hosting provider and tried this.  Put a .cfm at the
>end of the url's.  Sadly didnt work, was up all night trying desperately
>to get it to work.  So today, I am reworking everything to NOT be search
>engine friendly.  Ah well.
>
>Misty
>
>-----Original Message-----
>From: Adam.Reynolds [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, November 29, 2000 2:47 AM
>To: Fusebox
>Subject: RE: Solution found for SP6 and search engine friendly URLs with
>..htm?
>
>
>yes...use .cfm rather than .htm
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
>Sent: Wednesday, November 29, 2000 6:07 AM
>To:   Fusebox
>Subject:    Solution found for SP6 and search engine friendly URLs with
>..htm?
>
>There was a discussion going on about SP 6a and the syntax of
>searchengine friendly URL-Parameters.
>Did anyone find a solution, so that something like
>index.cfm/fuseaction/shownews/newsid/204.htm works again?
>I mean: with the .htm !
>
>Thanks
>Thomas
>
>-------------------------------------------------------------
>Thomas Eppler Internet Management
>Langfurren 18, CH - 8057 Z�rich
>Tel.: +41 (0)79 257 90 30
>Email: [EMAIL PROTECTED]
>
>Das Internet managen?  http://www.INTERNETMANAGEMENT.CH !
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to