Thanks Sad that buildlink doing that. Is there a way around this problem in FC? So I can get pretty and seo friendly dynamic urls (no ?&=) ?
Regards Rune -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jake Churchill Sent: 24. mars 2008 15:07 To: [email protected] Subject: [farcry-dev] Re: FC cutting friendly urls and make dynamic urls That's what buildlink does. If you pass it a structure to stParameters, it is going to append them all to the end of the link just like you're seeing. _____ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Rune Sent: Monday, March 24, 2008 9:04 AM To: farcry-dev Subject: [farcry-dev] FC cutting friendly urls and make dynamic urls I'm building some links this way: <cfset params = structNew()> <cfset params['member'] = #username#> <skin:buildlink objectid="#application.navid.view#" stParameters=#params#><img src="#request.members_src_path#thumbs/ #photo01_tumb#" /></skin:buildlink> But FC cutting the friendly urls, so I get the dynamic part that affects the crawlers, the variables in the url like ?id=whatever So I get ugly links like: http://www.mysite.com/go/view-profile?member=some_name Ref. FC Friendly URL Configuration - http://docs.farcrycms.org/display/FCDEV30/Friendly+URL+Configuration?focused CommentId=1042 The rewrite rule on 2003 IIS: RewriteRule ^/go/(.*)$ /go.cfm?path=/go/ $1 [NC,QSA,L] Am I missing something? Best regards Rune No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.8/1340 - Release Date: 3/23/2008 6:50 PM No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.8/1340 - Release Date: 3/23/2008 6:50 PM --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
