Thanks Andreas. It solves the problem.
I have removed the matcher from pipeline and and configure it through url rewrite. Regards Sac On Fri, Mar 5, 2010 at 5:29 PM, Andreas Hartmann <[email protected]> wrote: > Am 03.03.10 15:17, schrieb sac sha: >> >> When I put my site name as www.example.com the string "/index.html" >> get appended with the url. >> >> Can anybody suggest me how to get rid of this. I do not want to have >> any string append to my url if somebody just put "www.example.com"? >> >> In lenya publication pipeline in simply has a matcher for the case >> "**/" which redirects user to index.html. > > This will probably work: > > * Remove the redirect from the sitemap > * Use mod_rewrite to map "" to /index.html > > > -- Andreas > > > -- > Andreas Hartmann, CTO > BeCompany GmbH > http://www.becompany.ch > Tel.: +41 (0) 43 818 57 01 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
