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 redi
It's my way:
class IndexControllerCore extends FrontController { public function initContent() { Tools::redirect('index.php?id_category=3&controller=category'); } }