如何将.htaccess转换为web.config。
我刚才知道我需要使用web.config而不是htaccess。请在下面找到我的htaccess
RedirectMatch 403 (?i).*\.log$
RedirectMatch 403 (?i)/+not_imported_.*\.txt
RedirectMatch 403 (?i)/+(soap|cache|xtemplate|data|examples|include|log4php|metadata|modules)/+.*\.(php|tpl)
RedirectMatch 403 (?i)/+emailmandelivery\.php
RedirectMatch 403 (?i)/+cache/+upload
RedirectMatch 403 (?i)/+cache/+diagnostic
RedirectMatch 403 (?i)/+files\.md5$
php_value auto_prepend_file D:\wamp\www\Sugarcrm\php-core-proxy.php
我如何将其转换为web.config?