Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
You should use the regex feature:
^/careers/.+\.aspx$
Something like that...
is working on a reply...
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.
Continue discussion
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?
You should use the regex feature:
Something like that...
is working on a reply...
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.