0

からリダイレクトしようとしています

sub.domain.com/login

場所へ

sub.domain.com/dashboard  

$this->redirect()Cake の php で使用しますが、リダイレクトされて戻ってきます

sub.domain.com/login

助けてください

ありがとう

4

1 に答える 1

0

Have you ever considered the possibility that you are not logged in?!

I will first need to authenticate with the server and then go to /dashboard. The sub-domain has nothing to do with this.

于 2012-12-15T09:26:42.117 に答える