Ticket #2 (closed enhancement: Fixed - Released)
Provide redirection when index is hit with specific parameters
Reported by: | khaled | Owned by: | brent |
---|---|---|---|
Priority: | major | Milestone: | Beta 3 Release |
Component: | default platform (front/back) | Version: | 1.0 |
Severity: | Ready Implement (Tech) | Keywords: | |
Cc: |
Description
Provide a tool and methodology to provide redirection to appropriate locations when certain parameters are passed to the index controller/action of the main platform.
Toolkit accessed via admin/manageredirects. Tool provides the ability to specify a parameter and provide a url to redirect to. Automatic script admin/associateredirects provides some core redirection from old SHG to new SHG (Primary goal of redirection). Also allows specification of 301 or 302 redirection mode.
Redirection in Index causes a redirect call if the parameter is in hg_shg_redirect_map (this should be generalized to hg_redirect_map at some point) and the parameter has a redirection url (This should also eventually only happen if a status value is true, so that redirects can be disabled for specific parameters if need be).