webtorque7 / old-urls
For managing redirecting of old urls
Installs: 1 175
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 3
Open Issues: 0
Type:silverstripe-module
Requires
- php: >=5.3.2
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2024-11-09 14:58:08 UTC
README
A module for managing the redirecting for old urls from a previous system to new urls in SilverStripe.
Adds a tab in the CMS for adding old URLs.
The 3.1 version currently uses a hack, replacing the ModelAsController so it can change the behaviour of the error handling for 404s.
Requires SilverStripe 3.1, for 3.0 use the 3.0 branch.