Context
The link page had grown inside the company site until it had become something else: a service where other people could have a page of their own. Keeping it inside meant that strangers' content would run in the same process and the same database as the site, and that a problem on one side would stop the other.
What we did
- The service was rebuilt at an address of its own, with a separate container, database and storage volume.
- The old page's code was removed from the site: no two versions of the same thing.
- The old address answers with a permanent redirect to the new page.