PHPの設定
learn
learn 2018-10-13 15:35:24
0
4
1414

public/index.php エントリ ファイルを非表示にするように Nginx を設定する方法

learn
learn

全員に返信(3)
胤彬-

vhost構成

server {

listen 80;

server_name test.cn ;

root "D:ceshi888lhyun";

include "rewrite/thinkphp.conf";

index index.htmlindex.htmインデックス。 php;

#location {

#

# #autoindex on;

#}

location ~ .php(.*)$ {

fastc gi_pass 127.0.0.1:9000;

fastcgi_index index.php;

fastcgi_split_path_info ^((?U).+.php)(/?.+)$;

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

fastcgi_param _INFO $fastcgi_path_info;

fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;

fastcgi_params を含める;

}

}


thinkphp.conf

location / {

if (!-e $request_filename) {

rewrite ^(.*)$ /index.php?s=/$1 last ;

休憩;

}

}




いいねを押す +0
胤彬-
いいねを押す +0
Justin

thinkphpindex.phpを隠す

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート