ISAPI_Rewrite 规则问题
RewriteRule /Category-(\d*).html /Category.aspx\?Id=$1
上面的规则正确。
疑问是,如果用户访问 /Category.aspx?Id=23 同样也能得到看到网页 怎么办?如何不让从这个地址访问
[解决办法]
http://apps.hi.baidu.com/share/detail/5308118
发布时间: 2012-02-26 20:19:43 作者: rapoo
ISAPI_Rewrite 规则问题
RewriteRule /Category-(\d*).html /Category.aspx\?Id=$1
上面的规则正确。
疑问是,如果用户访问 /Category.aspx?Id=23 同样也能得到看到网页 怎么办?如何不让从这个地址访问
[解决办法]
http://apps.hi.baidu.com/share/detail/5308118