Skip to content

Instantly share code, notes, and snippets.

@owenconti
Created May 19, 2020 02:03
Show Gist options
  • Save owenconti/68ae6d56601cabde52ad972022bee451 to your computer and use it in GitHub Desktop.
Save owenconti/68ae6d56601cabde52ad972022bee451 to your computer and use it in GitHub Desktop.
Using static HTTP redirects in Statamic v3
<?php
'redirect' => [
'/old' => 'https://some-external-url.com',
'/old-slug' => '/new-slug'
],
<?php
'vanity' => [
'/temp-url' => '/some-new-temp-url',
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment