thinkphp
thinkphp copied to clipboard
URL小写的同时开启子域名绑定模块问题
URL小写的同时开启子域名绑定模块问题,如果用U('Test/ScoreLog/index')生成URL,结果会是index.php/test/scrorelog/index,而不是index.php/test/scrore_log/index导致无法访问。
'test' => 'Test' 你的子域名是不是这样配置的?
'test' => 'Test/' 你要这样配置