Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


This forum does not allow new topics to be created, please use the v2 forum from now on.

  • Janet Kirklen 102 posts 212 karma points
    Sep 10, 2012 @ 18:30
    Janet Kirklen
    0

    Using wildcard in custom mapping

    I have old job pages that have been unpublished but are still generating 404 errors. An example of one of these pages might be:  http://www.domain.com/careers/account-manager.aspx

    I'd like to redirect any 404 for removed/ubpublished job postings to http://www.domain.com/careers.aspx

    I've created a 301 URL Tracker redirection custom mapping on the /careers.aspx page that looks like this  /careers/*.aspx 

    But that does not seem to work.  How would you set this up?

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Sep 10, 2012 @ 20:32
    Stefan Kip
    1

    You should use the regex feature:

    ^/careers/.+\.aspx$

    Something like that...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies