【发布时间】:2017-06-01 06:08:26
【问题描述】:
想打开这个网址:
http://domainname.com/service_provider_list.php?loc=chhattisgarh-1&query=plumber-12
进入这个网址:
http://domainname.com/chhattisgarh-1/plumber-12
通过 htacess 怎么可能,请帮忙
.ht访问代码:
RewriteRule ^/([^/]+)/([^/]+)$ /service_provider_list.php?loc=$1&query=$2 [NC,L]
【问题讨论】: