public/index.php 항목 파일을 숨기도록 Nginx를 구성하는 방법
vhost配置
server {
듣기 80;
server_name test.cn ;
루트 "D:ceshi888lyun";
include "rewrite/thinkphp.conf" ;
색인 index.html index.htm 색인. php;
#location {
#
# #autoindex on;
#}
위치 ~ .php(.*)$ {
fastc gi_pass 127.0.0.1:9000;
fastcgi_index index.php;
thinkphp.conf
location / {
thinkphphide index.php
vhost配置
server {
듣기 80;
server_name test.cn ;
루트 "D:ceshi888lyun";
include "rewrite/thinkphp.conf" ;
색인 index.html index.htm 색인. php;
#location {
#
# #autoindex on;
#}
위치 ~ .php(.*)$ {
fastc gi_pass 127.0.0.1:9000;
fastcgi_index index.php;
ㅋㅋㅋ 정보 $fastcgi_path_info; fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info; 포함 fastcgi_params ; }}thinkphp.conf
location / {
if (!-e $request_filename) { 마지막으로 ^(.*)$ /index.php?s=/$1 다시 쓰기 ; 휴식; }}thinkphphide index.php