iis隱藏index.php的方法:首先安裝微軟的URL Rewrite模塊;然后點擊url重寫模塊,并點擊“導入規則”;后填入重寫規則,并點擊“應用”即可。
<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的詳細內容,更多請關注 我們其它相關文章!
地址:上海市嘉定區鶴旋路58號816室(江橋萬達廣場8號寫字樓)