【发布时间】:2017-05-11 02:53:06
【问题描述】:
我有这种网址:
http://dev.myproject.local/index.php?route=product/category/feature
我想变成这样:
http://dev.myproject.local/featurepage
我的 htaccess 中有这个
RewriteEngine On
RewriteRule ^index.php?route=product/category/feature$ /featurepage/ [L]
但它不起作用。
【问题讨论】: