Jack Posted September 2, 2019 Share Posted September 2, 2019 (edited) --------------------------------------- 新的修改方法,使用到 api 文件夹 --------------------------------------- 如果你的服务器使用Apache,IPS论坛将自动给你伪静态 htaccess 文件,只要上传并修改 .htaccess 这个文件就可以。接下来到IPS论坛后台设置伪静态 如果你使用Nginx,你需要依照以下的方法,才能使用Nginx伪静态 宝塔面板 -> 单击 你的论坛.com -> 伪静态 -> 0.当前 将以下的伪静态,复制并黏贴 -> 保存 location / { try_files $uri $uri/ /index.php; } location ~^(/page/).*(.php)$ { try_files $uri $uri/ /index.php; } location /api/ { if (!-e $request_filename){ rewrite ^/api/(.*)$ /api/index.php; } } ------------------------------------ IPS论坛后台,也需要设置伪静态 ------------------------------------ IPS论坛后台 -> 搜索引擎优化 -> 伪静态? -> [v] 是 -> 确认 回论坛前台,网址已经不包括index.php了 如果不喜欢网址后面的标题太长 https://你的网址.com/topic/2-新主题标题/ 改法为 论坛后台 -> 系统 -> 高级配置 -> 友好网址 -> 看到友好网址后面连接 -?? 问号的 -> 编辑 -> 友好网址 -> 只删掉 -{?} 然后按确认,千万别改错了 这种 -?? 要修改的地方很多,并且插件安装越多,也就修改越多 以后再安装什么插件,一样要来此处修改它,别忘了 修改好后的友好网址 清除缓存 论坛后台 -> 系统 -> 支持 -> 清除缓存 回到论坛前台,原本的情况 https://你的网址.com/topic/2-新主题标题/ 已更改为 https://你的网址.com/topic/2/ Edited May 18 by Jack 2 Link to comment Share on other sites More sharing options...
流年 Posted September 2, 2019 Share Posted September 2, 2019 已经设置好了,多谢。 Link to comment Share on other sites More sharing options...
Jack Posted July 7, 2021 Author Share Posted July 7, 2021 Update 新的修改方法,使用到 api 文件夹 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now