Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Redirect to current URL (with URL params)

$
0
0

In SS3 you need to use 'Controller' instead of 'Director'

I also has a few issues doing a very similar thing, and I ended up with the following instead:

$referrer = $_SERVER['HTTP_REFERER'];
Controller::redirect("$referrer?saved=1");


Posted to: Redirect to current URL (with URL params) | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles