Hello friends I have one problem with redirect function if I try this it´s works I get to redirect to google.es
redirect('http://www.google.com');
but if I try this
$url= 'http://www.google.com';
redirect($url,'refresh');
i obtain this http://127.0.0.1/mywebfolder/http://www.google.com
how i could to fix? thanks