使用 htaccess 文件获得漂亮的 URL - Opencart
如果我的 opencart 主页是 http:// /www.stico.com.my/index.php?route=product/category&path=20_59 ,我希望网址是这样的 http://www.stico.com.my
我的客户希望将页面产品类别设置为主页。 我希望有人能帮助我。
how to write htaccess if my opencart home page is http://www.stico.com.my/index.php?route=product/category&path=20_59 , i want url to be like this
http://www.stico.com.my
My client want page product category set as homepage.
i hope someone can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其添加到现有 RewriteRules 下方的 .htaccess
可选,如果您想要漂亮的 URL
您应该能够使用 SEO URL 为您的产品获取漂亮的 URL。
管理员>系统>设置>编辑 YOUR_STORE >服务器:
确保选中“使用 SEO URL”,并确保 htaccess.txt 文件已重命名为 .htaccess。
Add this to your .htaccess below the existing RewriteRules
Optional, if you want Pretty URLs
You should be able to use SEO URLs to get pretty URLs for your products.
Admin > System > Settings > Edit YOUR_STORE > Server:
Make sure Use SEO URLs is checked and make sure the htaccess.txt file has been renamed to .htaccess.