斑竹求教一个阿帕奇rewrite有关问题
时间:2021-07-01 10:21:17
帮助过:40人阅读
斑竹求教一个阿帕奇rewrite问题
怎么样写使得访问localhost:8080/sell/info.asp?id=1跳转到http://localhost:8080/jd37/html/gyjbj/1.html
好像就是一个问号的问题
参考网上的资料,我这样写的
RewriteEngine on
RewriteCond %{QUERY_STRING} ^id=(.*)$
RewriteRule ^/sell/info.asp$ /jd37/html/gyjbj/$1.html [L]
那是貌似跳转不鸟呢。求赐教
------解决方案--------------------支持,做 404是最好的方法。。