soundintheory / fuel-cmf

A CMF for rapid web application development, built upon FuelPHP and Doctrine ORM
8 stars 0 forks source link

Automatic redirects #10

Open andyjwwhite opened 11 years ago

andyjwwhite commented 11 years ago

When modified, URL items should generate 'ghost' items that will cause a 301 redirect when found.

Upon the creation of these items, an action should be run which will purge redirects older than a certain time limit. This time limit should be easily configurable.