安装教程
访问域名+/install 进行安装,需要进行设置伪静态
伪静态代码
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }
访问域名+/install 进行安装,需要进行设置伪静态
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }