国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

php配置
learn
learn 2018-10-13 15:35:24
0
4
1495

Nginx 如何配置來隱藏public/index.php 入口文件

learn
learn

全部回復(fù)(3)
胤彬-

vhost 配置

server {

? ? ? ? Listen? ? ? ?80;

? ? ? server_name? test.cn ;

? ? ? ? root? ?"D:ceshi888lhyun";

include "rewrite/thinkphp.conf";

? ? ? ? 索引索引.html 索引.htm 索引。 php;

#location {

? ? ? ? #? ??

? ? ? ? #? ? #autoindex? on;

? ? ? ? #}

? ? ? ? 位置 ~ .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? PATH_INFO?$fastcgi_path_info;

? ? ? ? ? ? fastcgi_param? PATH_TRANSLATED? $document_root$fastcgi_path_info;

? ? ? ? ? ? 包括? ? ? ? fastcgi_params ;

? ? ? ? }

}


thinkphp.conf

位置 / {

? ? if (!-e $request_filename) {

? ? ? ? 重寫 ^(.*)$ /index.php?s=/$1 最后;

? ? ? ? 休息;

? }

}




Justin

thinkphp隱藏index.php

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板