如果你的服务器为nginx环境,请配置伪静态
code location / { index index.html index.htm index.php; #autoindex on; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }
琪琪源码网(www.77code.com)免费下载精品资源。