• Resolved asoduk

    (@asoduk)


    Hi,
    I recently moved a site from a different CMS and have a bunch of 404s for old RSS feeds as follows:
    /CMS/UI/Modules/BizBlogger/rss.aspx?tabid=155861&moduleid=212363&maxcount=25

    There are a lot of different variables, but I would like to redirect them all to the standard rss of my blog: /feed/

    I’m having a hard time coming up with a regular expression to handle everything that starts with CMS/UI/Modules/BizBlogger/rss.aspx?

    Can anyone help with this?
    Thanks!

    http://ww.wp.xz.cn/plugins/redirection/

Viewing 1 replies (of 1 total)
  • Thread Starter asoduk

    (@asoduk)

    figured it out:
    source: /CMS/UI/Modules/BizBlogger/rss.aspx(.*)

    is regular expression

    desination: /feed/

Viewing 1 replies (of 1 total)

The topic ‘redirection wildcard with regex?’ is closed to new replies.