Did you restart the server when you installed isapi_rewrite? I believe (though I may be wrong) that IIS needs to be restarted when you install it, and depending on the way isapi rewrite is configured, when you change the rules.
I didn't know you could put the ini in the web folder. I thought you had to put it in the same place as the dll. Blair On 7/17/08, loxley <[EMAIL PROTECTED]> wrote: > > Jeff, thanks, you are correct, oops, sorry Chris I neglected to > mention that. > > I updated the regex rule. > > I modified the FU config. I notice that you used a wildcard. WhenI > looked at the resulting FU in the FU manager it showed them as "/ > project1/go/-/pagename". Why the "-"? > > So I remove the wildcard and rebuilt the FUs and udated everythjing I > could. > > I did not restart the web server as that requires a call to the host. > I still get 404 (maybe the restart fixes this). However, I inspected > the URLs returned at this point and can see that they are are of the > form "www.mydomain.com/project1/project1/go/pagename". That don't > seem right. > > Any iseas or should I just reinstall for a single site instead of > project directories? > > By the way Jeff; this Robin has hairy legs and plays rugby, or at > least did a while back. > > Cheers > > Robin > > On Jul 16, 1:35 pm, Jeff Coughlin <[EMAIL PROTECTED]> wrote: >> > Inside your project1 folder you should have a www folder. This is the >> > folder that IIS is mapped to for your site. >> >> Chris, >> >> Robin chose a different install method (sud-directory folder). So she >> is correct (the directory was moved). No Robin, you're not crazy (at >> least, not yet :) ). >> >> I'll give this a quick shot Robin: >> >> Okay, assuming I'm correct and you're running this under a sub- >> directory on the server -- I haven't been successful getting this to >> work yet either (although, it's been a couple month's since I tried it >> during the beta). Essentially what you need to do is (someone correct >> me if I'm wrong): >> 1. update the regex rule (replace both strings for /go/ to / >> mysubfolder/go/) >> 2. Update the FU config setting from /go/* to /mysubfolder/go/* >> 3. I don't recall if you need to update the app scope >> 4. Restart web server for the changes to take effect >> 5. Update any FU's already created (or just create a new FU to test) >> >> Unfortunately I couldn't get this to work (I didn't need it, I just >> like to get my feet wet with all scenarios if possible). I "think" I >> submitted a bug at the time about it a couple months ago. Hopefully I >> submitted a bug and didn't forget :). It may be that I mentioned it >> to Mat who said "Submit a bug please" and I forgot (doh!). >> >> Hope this helps, >> >> -- >> Jeff Coughlin >> Web Application Developerhttp://jeffcoughlin.com > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
