WelkinVan

Results 3 issues of WelkinVan

URL美化不能采用数字,比如我定义一个页面美化名称为404,系统就出错了。 另外URL美化中,比如分类A的美化名称为aaa,在分类下有一个A2,URL如果采用aaa/a2,也会出错。访问页面只能访问到aaa的分类下。

如题,用的美橙的windows虚拟主机,php5.6和7.1都测试了。 虚拟主机实际windows目录为 D:\wwwroot\xxx,data目录位于xxx\data,已开放读写权限,程序解析出来的目录为'dir' => '\\data/runtime\temp' 修改了function initialize()中runtimePath等三个路径后正常

$redirect = $this->request->post("redirect"); if (empty($redirect)) { $redirect = $this->request->server('HTTP_REFERER'); dump($redirect); } else { $redirect = base64_decode($redirect); } 登录过程中第一次会获取不到server('HTTP_REFERER');

bug
enhancement