-
nginx配置Thinkphp5.0隐藏index.php
PHP隐藏index.php 可以去掉URL地址里面的入口文件index.php,但是需要额外配置WEB服务器的重写规则。 以Apache为例,需要在入口文件…2020年3月22日 -
nginx php7.0配置Fastadmin站点
PHP在nginx中配置Thinkphp Fastadmin站点目录到public目录的方法 server { listen 80; root /home/…2020年3月22日