I am starting on a new project and was tasked to find out why a link is redirecting to the home page. This project was inherited so it's kind of a trial by fire for me.
Here is the scenario: - A user is on a browse parts page : /browse/parts/series/all - Clicking on a "View All" link on this page should go to : /browse/parts - Upong clicking, I see a 302 redirect (via 'Network' in Developer Tools, Chrome) and then it goes to the home page
What I've tried: - Check the Umbraco content settings for the pages. No redirect is set. - Inspected the code via VS 2012
Is there something else I could do to determine what is causing the redirect.
Tracing timeline of redirect
Hello
This is my first post so be kind ;)
I am starting on a new project and was tasked to find out why a link is redirecting to the home page. This project was inherited so it's kind of a trial by fire for me.
Here is the scenario:
- A user is on a browse parts page : /browse/parts/series/all
- Clicking on a "View All" link on this page should go to : /browse/parts
- Upong clicking, I see a 302 redirect (via 'Network' in Developer Tools, Chrome) and then it goes to the home page
What I've tried:
- Check the Umbraco content settings for the pages. No redirect is set.
- Inspected the code via VS 2012
Is there something else I could do to determine what is causing the redirect.
Thanks,
J
is working on a reply...