将.htaccess转换为web.config 1

将.htaccess转换为web.config 1,.htaccess,mod-rewrite,web-config,.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">

如何将.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>
Options All-FollowSymLinks-多视图-索引
DirectoryIndex bot.php
命令允许,拒绝
全盘否定
满足所有
命令允许,拒绝
通融
谢谢:)