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

Nginx 如何設定來隱藏public/index.php 入口檔案

learn
learn

全部回覆(3)
胤彬-

vhost設定

server {

        Listen      80;

##      server_name  test.cn ;

##      server_name  test.cn ;

##  ;

include "rewrite/thinkphp.conf";

        index  index.html index.htm index.php;

#location \ {

##   index.php

# #location \ {

##  

#        #    #autoindex  on;

        #}

        位置~ \.php(.*)$ {

        位置~ \.php(.*)$ {

   # :9000;

            fastcgi_index  index.php;

            fastcgi_split_path_info  ^(?U).+\.)(/?.+ $ T_FILENAME $document_root$fastcgi_script_name;

            fastcgi_param  PATH_INFO  $fastcgi_path_info;

            fastoo    include        fastcgi_params;

#        }

}


thinkphp.conf

location / {

    if (!-e $request_filename) {

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

        中斷;

    }

##}



Justin

thinkphp隱藏index.php

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板