Hi All,
I developed one xsjs project with ui5, It's working fine when I am using absolute path of HTML(index.html) file.
e.g. http://host:port/package name/project/path to html/index.html.
But my requirement is, I should able to see my first screen when I will use my url like " http://host:port/package name/project".
So I gave path of index.html in .xsacess file as below but It's not working.
.xsaccess file :-
{
"exposed":true,
"authentication":null,
"default_file":"/path-to-html/index.html"
}
Please help me If any one have any idea.
Thanks in advance.
Best Regards,
Sudhir.