• Resolved wpclee

    (@wpclee)


    Hi, we recently relaunched our site after migrating the whole site to WordPress. For some reason the wildcard redirects don’t work, do you have any solutions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mian Shahzeb

    (@mianshahzeb)

    Hi wpclee,

    Please try this format to use wildcard redirects for only subpages.
    Request:
    /*
    Destination:
    your-domain-name.com/*

    Try this format to use wildcard redirects for whole website.
    Request:
    *
    Destination:
    your-domain-name.com/*

    It will redirect all requests from old-name.com/hello to new-name.com/hello

    Thread Starter wpclee

    (@wpclee)

    We’ve tried the subpage wildcard redirect, for example:

    /pages/news-and-events/*

    go to

    /events/

    which doesn’t work, but the instructions say that it should?

    • This reply was modified 7 years, 3 months ago by wpclee.
    Plugin Author Mian Shahzeb

    (@mianshahzeb)

    You should try this:
    /pages/news-and-events/*
    go to
    https://example.com/events/*
    This is the correct format for wildcard redirects.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wildcard redirects aren’t working’ is closed to new replies.