已修复:Xiuno异常路由问题 https://assbbs.com/index - Assbbs

已修复:Xiuno异常路由问题 https://assbbs.com/index.php/hostloc/thread-33070.htm 这类链接已经干扰论坛收录多时了。 直接在 index.php 第一行后插入: if stripos $ SERVER 'REQUEST URI' ,'/index.php' ===0 {header 'Location:…

已修复:Xiuno异常路由问题 https://assbbs.com/index.php/hostloc/thread-33070.htm 这类链接已经干扰论坛收录多时了。 直接在 index.php 第一行后插入: if stripos $ SERVER 'REQUEST URI' ,'/index.php' ===0 {header 'Location:'.strrchr $ SERVER 'REQUEST URI' ,'/' ,true,301 ;} (仅适用于论坛建立于根目录的情况,二级目录有解决方案但我懒得搞)