How do I redirect a collection page and make it the default homepage? (PRESTIGE THEME)

Topic summary

A user wants to redirect their Shopify store’s homepage to a /collections/all page using the Prestige theme. When visitors access the main domain (www.xyz.com), they should automatically be redirected to the collections page.

Proposed Solution:
Another user provided a JavaScript-based redirect solution:

  • Add a script to the theme.liquid file before the closing </header> tag
  • The script checks if the current URL matches the homepage
  • If true, it redirects to the collections page using window.location.href

Status: The original poster thanked the respondent, suggesting the solution was accepted, though no confirmation of successful implementation was provided.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

I want to make a collection/all page to replace the default homepage of my shopify website. So when typing in www.xyz.com it redirections to www.xyz.com/collection/all.

Thank you!

Hi Pasqualito,
Add this script to your theme. Liquid file before closing tag.

Thanks
Sandeep