Hi All,

Locally, and the new example site has this :-

  <match pattern="**osswatch/resources/**.xml">
            <location
src="http://www.oss-watch.ac.uk/resources/{2}.xml?style=raw"/>
    </match>

So linking to URIs such as 

localhost:8888/osswatch/resources/somefile.html will correctly display the
content fine - during a 'forrest run'

However, when building the site with 'forrest site' I'm getting not found
errors and so the build fails.

Is there some obvious extra step I've missed?

Thanks

Gav...