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?focusedCommentId=1042

The rewrite rule on 2003 IIS: RewriteRule ^/go/(.*)$ /go.cfm?path=/go/
$1 [NC,QSA,L]

Am I missing something?

Best regards
Rune

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

Reply via email to