Jason End wrote: > > I'm using MovableType to generate a news page for my > site. Forrest then sucks the RSS into a weblog.xml > file through a sitemap.xmap entry, as per the example > on the Forrest site. > > Now I'd like that page to my main page. Ideally my > main index.xml would contain the RSS feeds, but I > don't see a way of limiting a sitemap directive to a > single instance of a file.
Yes it can ... <map:match pattern="index.xml"> --David > The other option is to redirect index.html to > weblog.html but I'm running Forrest with Jetty and > can't see how to make redirects. > > Any ideas? > > Jay