2

.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>

ありがとう :)

4

0 に答える 0