解决ThinkPHP部署时Access denied.
1.在配置域名解析的文件下添加相应的设置 location ~ [^/]\.php(/|$) { fastcgi_index index.php; # try_…
1.在配置域名解析的文件下添加相应的设置 location ~ [^/]\.php(/|$) { fastcgi_index index.php; # try_…
1.在安装完nginx了之后,先查看一下 vim /etc/nginx/nginx.conf 有http { include /etc/nginx/sites-…
1、安装apt源管理工具、添加nginx和php的安装源 apt-get install python-software-properties add-apt-…
需要开启Apache2的rewrite模块 1、打开/etc/apache2/apache2.conf 将文件中的AllowOverride None改为All…