【发布时间】:2017-05-31 09:09:45
【问题描述】:
htaccess 重写:
所以我想从这个网址:
strapgua.com/index/product.php?title=小牛皮到 strapgua.com/index/Calfskin.html这是可能的还是我错过了什么?
我尝试的脚本当然不起作用:
选项 +FollowSymLinks 重写引擎开启 重写规则 ^([^/]*)\.html$ /index/product.php?title=$1 [L]【问题讨论】:
标签: .htaccess mod-rewrite url-rewriting