0

.htaccess を web.config に変換する方法。

htaccess の代わりに web.config を使用する必要があることを知りました。以下の私の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 に変換できますか?

4

0 に答える 0