Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functionality for home page redirection #32

Open
tschf opened this issue Nov 5, 2016 · 0 comments
Open

Functionality for home page redirection #32

tschf opened this issue Nov 5, 2016 · 0 comments

Comments

@tschf
Copy link
Contributor

tschf commented Nov 5, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant