The post address of the Google search results is different from the actual one

The most recent version of the Retour plugin requires Kirby 3.6.1+ – updating your Kirby version is always a good idea to stay up-to-date, but there might of course be breaking changes between major versions. 3.6.3.1 is the most current Kirby version from three days ago.

If you can’t update to a version that supports Retour at this point, there are some alternative options. The plugin kirby3-redirects seems to work for Kirby 3.5+:

…or you could try this solution, which does not provide a Panel UI as the plugins do, but instead the redirection rules are stored in a JSON file:

You could also deal with the redirects directly in your server configuration (the .htaccess file on Apache, or the.conf files in Nginx).

1 Like