How to Set Category Page as Home Page in Prestashop

Avatar
  • Answered
I am having http://example.com/index.php as my home page. My Category Page url is http://example.com/index.php?id_category=10&controller=category

Now, I need to redirect my homepage to Category Page. I tried in Preferences > SEO & URL's > Set Shop URL > Base URI as index.php?id_category=10&controller=category

Now, the page is redirecting to my Category Url but page is not opening. the url is showing like this http://example.com/index.php?id_category=10&controller=category/index.php?
Avatar
JeffMa
While it does not appear there is a way to do it within the Prestashop admin, I was able to find some information on how to do so within your code itself. The following article I found should be able to help you out with that: How to Set Category Page as Home Page in Prestashop For other possible methods or if this is not working for you, I recommend consulting with the Prestashop forums as a developer on there should be able to help you out with that.