测试环境是:nginx+mysql5.6+php7.1,需配置伪静态
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}资源整理不易,各位喜欢的同学帮忙点个赞呗!
测试环境是:nginx+mysql5.6+php7.1,需配置伪静态
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}资源整理不易,各位喜欢的同学帮忙点个赞呗!