2024年09月19日 建站教程
宝塔-》网站-》设置-》伪静态,添加以下代码
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.html?s=/$1 last; break; } }
配置保存刷新页面就OK了
本文链接:http://so.lmcjl.com/news/13412/