• Hello,

    I have some link to redirect.

    Source : /login/?redirect_to=mysite.com/the-refereer-pages
    Destination : /my-account/?redirect_to=mysite.com/the-refereer-pages

    My purpose is to change portion of url from login to my-account. The others portion remain the same. I need to let user login and redirect back to the page which he want to post coments

    Any idea how to do this ?

    Thanks.

    http://wordpress.org/extend/plugins/simple-301-redirects/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Scott Nelle

    (@scottnelle)

    This plugin doesn’t currently support wildcard redirection. There should be an update in the next few weeks to add some kind of support for that. In the meantime, setting up the redirects in .htaccess is probably your best option.

    Any luck with the wildcards? I was hoping to redirect an entire folder. Thanks!

    Plugin Contributor Scott Nelle

    (@scottnelle)

    There’s a version that supports simple wildcards (using an asterisk, no regular expressions) over in the Developers tab labeled “Development Version.” It’s been incredibly stable for me at work and it’s been in use for several months. I haven’t had a chance to write documentation and make the workflow nice, which is why there hasn’t been an official release yet.

    To use wildcards, put an asterisk after the folder name that you want to redirect.

    Request: /old-folder/*
    Destination: http://domain.com/redirect-everything-here/

    You can also use the asterisk in the destination to replace whatever it matched in the request if you like. Something like this:

    Request: /old-folder/*
    Destination: http://domain.com/some/other/folder/*

    Plugin Contributor Scott Nelle

    (@scottnelle)

    I’ve FINALLY released an update after a ton of testing. Grab the latest and you’ll have access to wildcard redirects plus a bit of streamlining in the interface.

    Hi,
    Can you tell me how to redirect http://www.mydomain.com/” to http://www.mydomain.com please. I don’t know why google has found a url with quotation marks in it but that’s what I need to redirect.
    Many thanks
    Guy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wildcard redirection’ is closed to new replies.