PDA

View Full Version : vbulletin redirects?


BBR-APBT
01-15-2010, 03:36 PM
How do you redirect to the previous page visited?


The following did not work:

eval(exec_header_redirect('javascript: history.go(-1)', false));

Darkimmortal
01-15-2010, 09:46 PM
If you have to do it in PHP, try redirecting to $_SERVER['HTTP_REFERER']

BBR-APBT
01-15-2010, 10:03 PM
That is sending me in a forever loop so I guess I need to go back two pages.

--------------- Added 1263600690 at 1263600690 ---------------

I got it finally.


eval(exec_header_redirect($vbulletin->url, false));