0

ヘッダーからポスト変数を削除または設定解除することは可能ですか?

 Zend_Registry::get('request')

リダイレクトを試みましたが、Chrome で動作します。

  header("Location: /my_pages/page");
   exit(1);

...しかしFirefoxではありません:

  The page isn't redirecting properly

   Firefox has detected that the server is redirecting the request for 
   this address in a way that will never complete
4

3 に答える 3

0


$this->_helper->redirector('action_name','controller_name');で指定されているように、リダイレクタを使用できます。

于 2013-05-16T11:42:11.920 に答える