• Resolved taropaa

    (@taropaa)


    Hi I recently moved a site from within a multisite, and I need to rewrite a bunch of URL’s from the old website.com/files/2019… to website.com/wp-content/uploads

    But this does not seem to be working.

    If I use /filess/ as the redirect from it is working. Any idea what I can do?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jeffrey Paul

    (@jeffpaul)

    @taropaa you can use wildcards in your “Redirect From” paths. By adding an * at the end of a URL, your redirect will
    match any request that starts with your “Redirect From”. Wildcards support replacements. This means if you have a
    wildcard in your from path that matches a string, you can have that string replace a wildcard character in your
    “Redirect To” path. For example, if your “Redirect From” is /test/*, your “Redirect To” is
    https://google.com/*, and the requested path is /test/string, the user would be redirect to https://google.com/string.

Viewing 1 replies (of 1 total)
  • The topic ‘/files/* redirect not working’ is closed to new replies.