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.
通过点击此链接,我在我的 opencart 商店中启用了 SEO URL。除信息页面外,每个页面都运行良好。我仍然收到那个丑陋的网址
http://example.com/?route=information/information&information_id=8
代替
http://example.com/privacy-policy
有谁知道如何解决这个问题?
您确定您Catalog >> information >> Privacy Policy在管理面板中输入了信息页面的 SEO 关键字吗?
Catalog >> information >> Privacy Policy
除此之外,您可以在表中检查您的数据库(使用 phpmyadmin ),url_alias看看是否有类似的行some_number | information_id=8 | privacy-policy
url_alias
some_number | information_id=8 | privacy-policy