下面的代码不会重定向:
return $this->_helper->redirector->gotoUrl('/customer/');
但是这个确实重定向:
echo 'redirect';
return $this->_helper->redirector->gotoUrl('/customer/');
有任何想法吗?它们都在我的本地主机上工作,但只有第二个在我客户的机器上工作。我可以在每次重定向调用之前添加 echo 'something' 但不确定为什么会这样。
下面的代码不会重定向:
return $this->_helper->redirector->gotoUrl('/customer/');
但是这个确实重定向:
echo 'redirect';
return $this->_helper->redirector->gotoUrl('/customer/');
有任何想法吗?它们都在我的本地主机上工作,但只有第二个在我客户的机器上工作。我可以在每次重定向调用之前添加 echo 'something' 但不确定为什么会这样。