apache屏蔽路径后为什么不能用迅雷下载
<VirtualHost *:80>
ServerAdmin jiangli_001
DocumentRoot C:\bea\user_projects\domains\mydomain\applications
ServerName localhost
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
RewriteEngine On
RewriteRule ^/NetShop/downLoad2007,(\d+)\.zip$ http://localhost/NetShop/downLoad\.do\?row_id=$1
</VirtualHost>
------解决方案--------------------怎么没人