/silverstripe-linkmapping

A module to allow simple link redirection mapping.

Primary LanguagePHP

SilverStripe Link Mapping Module

This is a module to allow you to set up simple link mappings. When a requested page is not found, the mapping table is checked and if a mapping exists the user is redirected. This is useful for things like legacy page redirection.

Maintainer Contacts

Requirements

  • SilverStripe 2.4+

Documentation

Installation Instructions

  1. Place this directory in the root of your SilverStripe installation.
  2. Visit yoursite.com/dev/build to rebuild the database.