Welcome Guest, Not a member yet? Register   Sign In
Litespeed Server redirect function is not working
#1

[eluser]Unknown[/eluser]
Hello,

I develop the website in php 5.3 and its working fine in my server but when I upload the site on Lightspeed server CI redirect function is not working...could any one give me solution

<?php
header("Status: 302");
header('Location: /info.php', true, 302);
header("Content-Length: 0", true);
header("Connection: close", true);
echo str_repeat("\r\n", 128); // for IE
?>

but it is not working on my controlled where I make a test function

Thanks in advance




Theme © iAndrew 2016 - Forum software by © MyBB