mjlongo Posted October 27, 2017 Share Posted October 27, 2017 Hello, Is there a way to redirect a user to a different folder within the catalog? For example: I might have a catalog folder called ITEMS and a subfolder in ITEMS called IMAGES. Then I might have a different folder in the catalog called RESOURCES with a subfolder also called IMAGES. I want the users to be redirected to the RESOURCES/IMAGES folder whenever they click on the ITEMS/IMAGES folder. If this is possible, can you provide some steps on how to accomplish this? Thanks! Link to comment Share on other sites More sharing options...
mjlongo Posted October 30, 2017 Author Share Posted October 30, 2017 any ideas? Link to comment Share on other sites More sharing options...
jwhittaker Posted October 31, 2017 Share Posted October 31, 2017 Try this: In the folder custom content for the page you want redirected put this code: <meta http-equiv="refresh" content="0; URL='https://marcomcentral.app.pti.com/company/corporatestore/catalog.aspx?uigroup_id=14765#&&/wEXBAUMSXRlbXNQZXJQYWdlBQIxMgULQ2F0YWxvZ1ZpZXcFATEFD1BhZ2VOdW1iZXJJbmRleAUBMAUIUGFnZU5vZGUFBzIxNDQyODYX9VKoiisQ2HtXuykAs6q9mgVqAg=='" /> If you go the the page you want the other folders to go to and inspect the page, you will get the address and replace your page address with what is bold in the code I provided. Link to comment Share on other sites More sharing options...
mjlongo Posted October 31, 2017 Author Share Posted October 31, 2017 jwhittaker, Thanks! I actually figured out using the meta tag last night. Worked fine! Link to comment Share on other sites More sharing options...
Recommended Posts