【发布时间】:2013-02-14 06:23:17
【问题描述】:
通过关注this link,我在我的 opencart 商店中启用了 SEO URL。除信息页面外,每个页面都运行良好。我仍然收到那个丑陋的 URL
http://example.com/?route=information/information&information_id=8
而不是
http://example.com/privacy-policy
有人知道怎么解决吗?
【问题讨论】:
通过关注this link,我在我的 opencart 商店中启用了 SEO URL。除信息页面外,每个页面都运行良好。我仍然收到那个丑陋的 URL
http://example.com/?route=information/information&information_id=8
而不是
http://example.com/privacy-policy
有人知道怎么解决吗?
【问题讨论】:
您确定您在管理面板中输入了来自 Catalog >> information >> Privacy Policy 的信息页面的 SEO 关键字吗?
除此之外,您可以在 url_alias 表中检查您的数据库(使用 phpmyadmin ),看看是否有类似 some_number | information_id=8 | privacy-policy 的行
【讨论】: