apostrophecms / apostrophe-redirects

Allows admins to create redirects within an Apostrophe site
2 stars 2 forks source link

Fix/redirect all #9

Closed bgantick closed 6 years ago

bgantick commented 6 years ago

Problem: if a user wants to redirect an old file url to a new url they can't because self.apos.pages doesn't get called for attachments, etc.

Solution: use express middleware instead of apos.pages.serve

boutell commented 6 years ago

Looks great as long as it's tested. Thanks for doing it.