PHP redirection in index.php
Paste following lines in index.php with appropriate changes. 😉
header(“Location: http://domain to be redirected”); //302 redirect
exit;
?>
Example:
“““““““
header(“Location: http://google.com”); //302 redirect
exit;
?>
by craftmindblog ·
by craftmindblog · Published November 20, 2011
by craftmindblog · Published April 7, 2012
by craftmindblog · Published September 22, 2011
Email Clients / Outlook 2007 / Outlook 2010 / Outlook 2013
Enable SMTP Authentication in Outlook
17 Aug, 2013