• Resolved jamaicahomes

    (@jamaicahomes)


    Is it possible to configure the plugin so that when a 404 error is encountered—such as example.com/fedsx—the request is passed through to example2.com/fedsx, preserving the path and allowing the second website to handle it?

    I understand that 404 URLs can be redirected to the homepage of an external site, but it would be much more useful if the original path could be passed through, enabling the destination site to handle the specific route accordingly.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Aaron

    (@aaron13100)

    Yes. Create a new redirect. Use a regular expression. eg

    /(.+)

    Make the destination use the captured text. eg

    https://destination.com/$1

    Press enter after typing or pasting the destination.

Viewing 1 replies (of 1 total)

The topic ‘Passthrough url’ is closed to new replies.