没错 只需一句话 一切搞定 nginx 配置文件 添加这条代码即可
location / { rewrite ^(.*)$ /index.php?s=$1 last; }
或
try_files $uri $uri/ /index.php?$query_string;
没错 只需一句话 一切搞定 nginx 配置文件 添加这条代码即可
location / { rewrite ^(.*)$ /index.php?s=$1 last; }
或
try_files $uri $uri/ /index.php?$query_string;