Ticket #293 (new feature)

Opened 15 years ago

Last modified 15 years ago

Build full-fledged Redirection Engine for Healthguru.com

Reported by: khaled Owned by: khaled
Priority: major Milestone: Beta 17.1 Release
Component: standard platform Version:
Severity: Deployed (Tech) Keywords:
Cc:

Description

We need to make it possible to redirect any url to any other url based on CMS settings in the Admin. This redirection should happen as soon in the processing of the url as possible.

The basic structure should be:

1) Provide a URL and the Redirection URL location. Provide the Redirection type (301 or 302).
2) Maintain a table of these redirections, provide an interface for Admin to see these, add to them, activate/deactivate, or delete them.
3) When the user enters the Platform at any point using one of these redirection urls, redirect the user to the appropriate location programmatically.

Change History

Changed 15 years ago by khaled

  • severity changed from Evaluating (Tech) to Deployed (Tech)

Redirection Engine uses old SHG Redirect Platform. The engine ignores urls from the healthguru.com domain (to avoid a lookup for every entry). The engine uses regular expressions in the lookup url, so wildcard redirection is possible.

Note: See TracTickets for help on using tickets.