how to convert .htaccess to web.config.
I just come to know that I need to use web.config instead of htaccess. Please find my htaccess below
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
how i can convert it into web.config ?