Does livesite have a mechanism to manage the way your page-url's look? This could be used for:- SEO- hide the .page extension behind a fake .html extension- make sure that existing bookmarks do not break when migrating to livesiteBTW, this mechanism should work two-ways:- urls in the content should be 're-written' to the 'external format'- incoming url-requests (in external format) should mapped to a .page-file (exactly like mod_rewrite does)Hope to hear.
Ok,url alias is not in the manuals (goes to show on the quality of those...) but can be found here http://your.teamsite.url/iw-cc/ccpro/help/en/ls_editing_node_details.htmlIt is a very useful feature but not what I was referring to. What I want is that all urls that livesite renders in the html are re-written like this (as an example):http://my.livesite.com/sites/my-site/path/to/my.pagetohttp://my.livesite.com/path/to/my.html???
To be able to do do I need to do two seperate things:1. use mod_rewrite to rewrite a request for *.html to *.page2. rewrite ALL urls in the output-html from .page to .html