Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 prestashop 1.5.2
我想更改我的主页。实际上是,index.php但我想将其设置为index.php?id_category=12. 我在哪里可以禁用主页并指定新主页?
index.php
index.php?id_category=12
谢谢
那将是同一个文件...您只需将一个变量附加到 URL。您只需将指向它的链接更改为指向新 URL 而不是旧 URL。