Redirect

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
User avatar
timgerr
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Tue Sep 19, 2006 4:22 am
Location: Michigan

Redirect

Post by timgerr » Fri Oct 19, 2007 6:51 pm

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
-How important does a person have to be before they are considered assassinated instead of just murdered?
-He's not carnival personnelle!!!

RedEye
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Jan 21, 2006 8:42 pm

Re: Redirect

Post by RedEye » Sat Oct 27, 2007 1:20 pm

try
$mainframe->redirect( 'http://www.google.com' );
works for me


Post Reply