Re: Problem with glid parameter tags in Farcry 3
Sean Coyne <[email protected]> Fri, 24 Jun 2011 04:49:14 -0700 (PDT)
| Newsgroups | gmane.comp.cms.farcry.user |
|---|---|
| Message-ID | <30309707.3042.1308916154748.JavaMail.geo-discussion-forums@vbit26> |
------=_Part_3041_28617003.1308916154747 Content-Type: text/plain; charset=ISO-8859-1 Try RewriteRule /go/([^\?]*)(?:\?(.*))? /go.cfm\?path=/go/$1&$2 [I,L,R] Untested, but I think it will work, if not, go back to your rule and we can try something else. On Jun 24, 2011, at 2:31 AM, [email protected] wrote: utilising Isapirewrite4 RewriteRule ^/us/go/(.*)$ /us/go.cfm?path=/go/$1 [L] RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1 [L,PT] cheers -- You received this message because you are subscribed to the Google Groups "farcry-user" group. To view this discussion on the web visit https://groups.google.com/d/msg/farcry-user/-/nUFLVwtFf1kJ. To post to this group, send email to farcry-user-/JYPxA39Uh5TLH3MbocFF+G/[email protected] To unsubscribe from this group, send email to farcry-user+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en. ------=_Part_3041_28617003.1308916154747 Content-Type: text/html; charset=ISO-8859-1 Try RewriteRule /go/([^\?]*)(?:\?(.*))? /go.cfm\?path=/go/$1&$2 [I,L,R]<div><br></div><div>Untested, but I think it will work, if not, go back to your rule and we can try something else.<br><div><br></div><div> <p class="p1">On Jun 24, 2011, at 2:31 AM, [email protected] wrote:</p> <p class="p3">utilising Isapirewrite4</p> <p class="p3">RewriteRule ^/us/go/(.*)$ /us/go.cfm?path=/go/$1 [L]</p> <p class="p3">RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1 [L,PT]</p> <p class="p3">cheers</p></div></div> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups "farcry-user" group.<br /> To view this discussion on the web visit <a href="https://groups.google.com/d/msg/farcry-user/-/nUFLVwtFf1kJ">https://groups.google.com/d/msg/farcry-user/-/nUFLVwtFf1kJ</a>.<br /> To post to this group, send email to farcry-user-/JYPxA39Uh5TLH3MbocFF+G/[email protected]<br /> To unsubscribe from this group, send email to farcry-user+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]<br /> For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en.<br /> ------=_Part_3041_28617003.1308916154747--