需要帮忙
我有这样的链接
http://www.mysite.com/obj/task/land/city/41277/landId/19/Best+Restaurant//Sville%20city
使用 htaccess
RewriteRule ^l/([0-9]+)/([0-9]+)/?$ index.php?obj=obj&task=land&city=$1&landId=$2
RewriteRule ^l/([0-9]+)/([0-9]+)$ index.php?obj=obj&task=land&city=$1&landId=$2
现在我的链接看起来像这样
http://www.mysite.com/l/41277/19
我应该在我的 htaccess 上添加什么以便我的这样的链接将被接受
http://www.mysite.com/l/41277/19/Best+Restaurant//Sville%20city
http://www.mysite.com/l/41247/17/Best+parks/Cold%20Province/Platinum%20city