Skip to content

Functionality for home page redirection #32

Description

@tschf

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions