Matt,

I am using the built in IIS 7 rewrite rules. Have used them with both
FC5 & FC6.

What version of FC are you having a problem with?

In the screen shot you do not appear to have the rewrite conditions
set.

Below is the content of my web.config, this works for FC6

Try replacing your web.config with this.

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name="FarCry FURLs">
                    <match url="^(.*)$" />
                    <conditions>
                        <add input="{URL}" negate="true" pattern="(.*
\.cfm.*|.*\.css.*|.*\.js.*|.*\.gif.*|.*\.jpg.*|.*\.png.*|.*\.html.*)" /
>
                        <add input="{URL}" negate="true" pattern="(^/
wsimages|^/farcry|^/webtop|^/flex2gateway|^/flashservices|^/cfide)
($|/)" />
                    </conditions>
                    <action type="Rewrite" url="/index.cfm?furl=/{R:1}
&amp;amp;{C:1}" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

Chris.

On Jan 27, 9:12 pm, Matthew Prose <[email protected]> wrote:
> Please, someone help!   This is my newest unsuccessful config below  
> that doesnt work on IIS.
>
> Is something setup wrong in farcry or is it a server thing?  And where  
> is the furl coming from?   all of mine say objectid.
>
> So confused.
>
> The process as I am understanding it(correct me if I am wrong):
> 1. link clicked on farcry site with friendly url ie. /about-us/case-
> study/
> 2. link translated by the server rewrite into the usual ?
> objectid=2334233242234
> 3. goes to appropriate page in farcry.
>
> How does the server know what objectid to fetch?  Or is farcry  
> processing this from the friendly url?  If so what the heck is the  
> rewrite doing?
>
> Matt
>
> Begin forwarded message:
>
>
>
> > From: Matthew Prose <[email protected]>
> > Date: January 27, 2010 1:18:31 PM CST
> > To: [email protected]
> > Subject: Re: [farcry-dev] Re: Friendly URLS Activation
>
> > Yes I am getting a 404 when I type /projectName/pingFU/.  Below is a  
> > screen shot of my rule in IIS7:  My farcry sites are setup as  
> > virtual directories under the default website(because they are house  
> > on a separate drive).  Do I need to add something to this pattern  
> > because of the multi site setup?
>
> > One thing that does confuse me is in the rewrite url it shows furl=  
> > shouldnt it say objectid?
>
> > Thanks for your help.
>
> > Matt
>
> > On Jan 27, 2010, at 1:12 PM, Matthew Williams wrote:
>
> >> It does not sound like your URL rewriting function is working.  If  
> >> you go to http://<mysite>/pingFU, what is the output?  I'm guess  
> >> you'll see the same result.
>
> >> Matthew Williams Geodesic GraFX
> >>www.geodesicgrafx.com/blog
>
> >> --
> >> You received this message cos you are subscribed to "farcry-dev"  
> >> Google group.
> >> To post, email: [email protected]
> >> To unsubscribe, email: [email protected]
> >> For more options:http://groups.google.com/group/farcry-dev
> >> --------------------------------
> >> Follow us on Twitter:http://twitter.com/farcry

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to