OK so now i createed a dir called
testing/ in my cocoon dir and then in the /cocoon/sitemap.xmap i added <map:match pattern="testing"> <map:mount uri-prefix="testing" check-reload="yes" reload-method="synchron" src="testing/" /> </map:match> <map:match pattern="testing/**"> <map:mount uri-prefix="testing" check-reload="yes" reload-method="synchron" src="testing/" /> </map:match> and in the testing/sitemap.xmap i added <map:match pattern=""> <map:redirect-to uri="testing/static/index.html" /> </map:match> <map:match pattern="*.html"> <map:read src="static/*.html" /> </map:match> i have static/ in my testing/ and a index.html in the static/ is this correct way to set it up??? Please help i seem to be going around in circles Stephen --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>