斑竹求教一个阿帕奇rewrite有关问题
程序员文章站
2022-06-17 12:29:17
...
斑竹求教一个阿帕奇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是最好的方法。。
怎么样写使得访问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是最好的方法。。
相关文章
相关视频
上一篇: ThinkPHP3.2.3自带的分页用法--很简单实用
下一篇: 首位国人惠新宸加入PHP官方开发组