node4ords icon indicating copy to clipboard operation
node4ords copied to clipboard

Functionality for home page redirection

Open tschf opened this issue 8 years ago • 0 comments

Currently this is designed for development, in that if you specify a root path, it will take you to builder log in. For public internet facing applications, it would be good to redirect to the app home page rather than the app builder.

E.g.

Request URL Destination URL
https://www.example.com https://www.example.com/ords/f?p=HOME
https://www.example.com https://www.example.com/ords/f?p=101
https://www.example.com/ords https://www.example.com/ords/f?p=HOME
https://www.example.com/ords https://www.example.com/ords/f?p=101
https://www.example.com/ords/f?p=4550 https://www.example.com/ords/f?p=4550

..

Possible solution is to introduce a mapping for request paths, to their desired destination.

tschf avatar Nov 05 '16 02:11 tschf