将.htaccess转换为web.config 1

时间:2012-09-01 13:37:26

标签: .htaccess mod-rewrite web-config

如何将.htaccess转换为web.config?

Options All -FollowSymLinks -MultiViews -Indexes
DirectoryIndex bot.php
<FilesMatch "\.(htaccess|php|xml|ini)$">
    Order Allow,Deny
    Deny from all
    Satisfy all
</FilesMatch>
<FilesMatch "bot\.php">
    Order Allow,Deny
    Allow from all
</FilesMatch>

谢谢:)

0 个答案:

没有答案