IIS7伪静态设置后的问题
把system/core/uri.php$request_main = $_SERVER['REQUEST_URI'];
修改为
$request_main = $_SERVER['HTTP_X_ORIGINAL_URL'];
改完之后访问手机页面 点击加载更多不显示内容 点击话题不显示内容
求教解决方法
演示地址 ruodian.me
自定义路由设置如下
/question/(:any)===/t(:any).html
/article/(:any)===/p(:any).html
/topic/(:any)===/topic/(:any)
/people/(:any)===/people/(:any)
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
/publish/(:any)/===/publish/(:any)/
/sitemap/===/sitemap.xml
/m/question/(:any)===/m/t(:any).html
阅读全文
收起全文