On Sep 9, 2:41 pm, RobG <[EMAIL PROTECTED]> wrote: > Maybe this will help a little... > > I wiped out the site tree and recreated it with quick site builder. All > works. So next I added (the regular way) a Navigation folder under > Publications called Annual Report 2006. Under that, I added a single > HTML document called Forward and pasted in the Forward from the document > I'm trying to put online. > > So under Publications (on the publically-accessible site), you'll get a > drop-down called Annual Report 2006. If you just click Publications > itself, it drops you to a basic HTML page that just says Publications (I > haven't added anything to it yet; it was created in the quick site builder). > > But now, if you click the Annual Report 2006 drop-down, it throws a 404 > error. The URL it's attempting to go to is > whatever.com/go/publications/annual-report-2006. If you look in the > Admin side of things at the friendly URL, it shows it as being > whatever.com/go/publications/annual-report-2006/foreward. > > So it looks to me like the code that handles the external side isn't > adding the final document name.
There should be two FUs. One for the navigation folder and one for the underlying content item. Both should work. > I'm ready to dive into the code and try to figure this out... compare > what's generating the friendly URL in the admin side to what's > generating it on the public side. Can anybody point me in the right > direction for that? If you have a vanilla install I'd suggest this is more likely an environment problem rather than the code -- you are the first to report these issues as far as i'm aware. Couple more questions for you... Have you set the Plugin config to turn on Friendly URLs? What are you using on IIS to provide redirects? What is the exact redirect you are using to direct processing to the go.cfm template? Have you read through the section on friendly urls in the docs site? Do you deviate from any of the standard recommendations there in? -- geoff http://www.daemon.com.au/ PS. FU doco: http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Friendly+URL+Management --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
