首頁  >  問答  >  主體

php配置

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

learnlearn2219 天前1360

全部回覆(4)我來回復

  • 胤彬-

    胤彬-2018-10-16 17:46:52

    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 最後;

            中斷;

        }

    ##}



    回覆
    0
  • 胤彬-

    胤彬-2018-10-16 17:44:58

    回覆
    0
  • Justin

    Justin2018-10-13 23:03:49

    thinkphp隱藏index.php

    回覆
    0
  • 取消回覆