redirect() function not working for external URL in CodeIgniter redirect() function not working for external URL in CodeIgniter codeigniter codeigniter

redirect() function not working for external URL in CodeIgniter


Try using the refresh method:

redirect('http://www.yahoo.com', 'refresh');


Blank screen normally means a fatal error somewhere. Check your logs!

And check your headers too. Curl it or use a HTTP Client to see what is being returned.

Debugging helps with these things. We are just random people on the internet without access to your computer, so without more information (hell you didnt even mention which version of CI you are using) we are all just taking guesses.