您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關lighttpd隱藏.php的方法,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
lighttpd隱藏.php的方法:1、開啟mod_rewrite模塊;2、在“/etc/lighttpd/lighttpd.conf”中添加“url.rewrite-once=(...)”;3、進行全部配置即可。
lighttpd中隱藏php后綴方法
1. 開啟mod_rewrite模塊
2. 在/etc/lighttpd/lighttpd.conf中添加如下 代碼
url.rewrite-once=( "^/(.+)\?(.+)$" =>"/$1.php?$2", "^/(.+)$" =>"/$1.php" )
3. 全部配置
$SERVER["socket"] == ":443" { protocol = "https://" url.rewrite-once=( "^/(.+)\?(.+)$" =>"/$1.php?$2" ) ssl.engine = "enable" ssl.pemfile = "/etc/lighttpd/newcert.pem" ssl.ca-file = "/etc/lighttpd/rootca.pem" ssl.verifyclient.activate="enable" setenv.add-environment = ( "HTTPS" => "on" ) #server.name = "192.168.6.120" server.document-root = "/var/www2/" }
4. rewrite寫規則參考
http://redmine.lighttpd.net/projects/1/wiki/Docs_ModRewrite
關于“lighttpd隱藏.php的方法”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。