好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

iis 如何隐藏index.php

<IfModule mod_rewrite.c>    
RewriteEngine on    
RewriteCond %{REQUEST_FILENAME} !-d    
RewriteCond %{REQUEST_FILENAME} !-f    
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]    
</IfModule>

  

以上就是iis 如何隐藏index.php的详细内容!

查看更多关于iis 如何隐藏index.php的详细内容...

  阅读:51次