Hi ,Under Site Map if I specify URL Alias for any page,then in Livesite runtime the page is not rendered as per its alias given.I have tried both with absolute and relative URL as the URL alias value , but it does not work.What is the format expected for URL alias field?Thanks in advance,deepti
URL Alias does not support /xxxx/****.page patterns. If you wanted to do this, you could put js on the page and have it do a client side redirect to the page you really wanted to goto. It only supports directory names and is always relative to the domain name. It does not do redirects to arbitary urls and file names.