silverstripe / silverstripe-redirectedurls

Silverstripe module to let users to configure arbitrary redirections in the CMS
BSD 3-Clause "New" or "Revised" License
32 stars 48 forks source link

Internal redirect and code #78

Closed Praznik closed 4 years ago

Praznik commented 4 years ago

Rebase to newest master, resolved all the conflicts.

Added a SiteTree dropdown field so that you can redirect directly to internal pages, so that if the menu structure changes the redirect still works.

Added a redirect code dropdown so that you can select which redirect code you want to use, because 301 is volatile. The default is still 301, so that it doesn't break anything.

dhensby commented 4 years ago

@Praznik do you still want this merged? if so, can you rebase it?

Praznik commented 4 years ago

77