大家好,我需要有关 URL 重写{www.mysub.domain.com/other?Name=Some Product Name&code=12312312}
的{www.mysub.domain.com/other/Some Product Name/12312312}
帮助 这在我的本地主机上运行良好,但在我的域名主机上出现错误。以下是我的代码,请查看它并让我知道是错误的。我感谢您的帮助。
<pre>
RewriteEngine on<br>
RewriteRule ^itm/([A-Za-z0-9\s+!@$%&*._%+-/\(){}#='"`~|;:<>]+)/([0-9]+)$ itm.php?ItemName=$1&code=$2<br>
</pre>
谢谢。