下载web.rar解压至网站根目录
后台自定义路由设置:
/question/(:any)===/q(:any).html
/article/(:any)===/t(:any).html
/topic/(:any)===/tipic/(:any)
/people/(:any)===/people/(:any)
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
中文路径不能访问解决方法 修改 system/core/uri.php
$request_main = $_SERVER['REQUEST_URI'];
修改为
$request_main = $_SERVER['HTTP_X_ORIGINAL_URL'];
设置完后不能登录后台 登录后台需改回system/core/uri.php
求大神继续解决
阅读全文
收起全文