James Gifford <[EMAIL PROTECTED]> wrote: > > Just wondering how people deal with this issue. > > I want our front page to be handled by midgard so when you go to > wilderness.org.au, you go to the root page. I assume the most common > thing to do is to set the site URI in the website setup to be the domain > name but with no path after it. But the problem I have is that I want > to have a whole lot of non-midgard folders as well and I only want > Midgard to intercept certain ones. Ideally, I would like Midgard to > intercept all my top level topic urls like /campaigns, /about and > /events. But not others like /images which I want to keep in the normal > Apache directory structure for the time being. I also have other PHP > scripts that I don't want Midgard to handle.
Create host and its root page as usual. Mark it as static. All subfolders will be served by Apache then. When you say about images , do not forget about pages which has "built in" attachment support. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
