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