We are using 301 Url Tracker for tracking URL redirects. Its working great.
In addition to the dashboard view, our client wants a feature wherein, they can view individual redirects on the page itself.
For example, if page contact-us is redirected to contact-us-new, then on the page contact-us, there should be indication that this page is redirected to contact-us-new.
First off, I recommend reconsidering whether 301 URL Tracker is a viable long term option. The primary maintainer has indicated he no longer wishes to maintain the project. Food for thought at least.
Supposing you do want to keep using it, you could create a custom property editor that looks at the database table (icUrlTracker, I think) for any redirects with destinations of the current page.
For example, if page contact-us is redirected to contact-us-new, then on the page contact-us, there should be indication that this page is redirected to contact-us-new.
FYI, I imagine this would make more sense on the destination page rather than the source page (considering more often than not the source page will no longer exist).
301 Redirects (301 URL Tracker)
Hi,
We are using 301 Url Tracker for tracking URL redirects. Its working great.
In addition to the dashboard view, our client wants a feature wherein, they can view individual redirects on the page itself.
For example, if page contact-us is redirected to contact-us-new, then on the page contact-us, there should be indication that this page is redirected to contact-us-new.
Any input is highly appreciated.
Thanks Rasshme
First off, I recommend reconsidering whether 301 URL Tracker is a viable long term option. The primary maintainer has indicated he no longer wishes to maintain the project. Food for thought at least.
Supposing you do want to keep using it, you could create a custom property editor that looks at the database table (
icUrlTracker
, I think) for any redirects with destinations of the current page.FYI, I imagine this would make more sense on the destination page rather than the source page (considering more often than not the source page will no longer exist).
Thanks for your reply @Nicholas. Appreciate your inputs.
Is there any other package for Url redirect management which is good enough?
Agreed, it would make more sense on the destination page.
Thanks again! Rasshme
I usually just add them to a redirect map pointed to from the web.config.
If there are so many it forces the web.config over the 250KB limit, I use a custom solution that basically lists the redirects in a text file.
I have also built custom solutions so that clients can edit their own redirects.
Nothing currently available is all that impressive. I'm hoping the core redirect dashboard will improve over time.
is working on a reply...