iis6如何隱藏index.php

藏色散人
發布: 2023-03-05 08:56:02
原創
2427 人瀏覽過

iis6隐藏“index.php”的方法:首先打开“httpd.ini”文件;然后设置伪静态规则为“RewriteRule ^(?!/index.php)(?!/admin.php)(.*)$ /index.php/$1 [L]”即可。

iis6如何隱藏index.php

推荐:《PHP视频教程

IIS6 隐藏index.php的方法

thinkphp httpd.ini 伪静态规则

[ISAPI_Rewrite]
 RewriteRule .*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv) $0 [I,L]
 RewriteRule /httpd(?:\.ini|\.parse\.errors) / [F,I,O]
 RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(?!/index.php)(?!/admin.php)(.*)$ /index.php/$1 [L]
登入後複製

以上是iis6如何隱藏index.php的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板