Page 1 of 1

Redirect

Posted: Fri Oct 19, 2007 6:51 pm
by timgerr
Is there a way to redirect to another page that is not within joomla... say google?  $mainframe->redirect( JURI::base() . 'http://www.google.com' ); does not work, $mainframe->redirect looks to redirect to only Joomla files.

Thanks,
timgerr

Re: Redirect

Posted: Sat Oct 27, 2007 1:20 pm
by RedEye
try
$mainframe->redirect( 'http://www.google.com' );
works for me