Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 503 Bytes

This is a Centurion Framework module (http://www.centurion-project.org)

Description

This module will help website to not loose the SEO. It will store in BDD all old url (if admin change the slug, or a category change, ...) and make redirect to the new url.

Implementation

  • add the module to your project
  • activate the module "redirect" in the file modules.ini
  • implement the interface Redirect_Model_DbTable_Row_Interface, in row that you want to be watch by this module

TODO

  • test unit