I have a simple php page in which I use
header("Locatio n: http://www.example.com/");
to redirect the user to another php page. The php script works on my
local machine but when I upload it to the web server for hosting the
redirection does not work. Instead on one server it gives the standard
header error
header("Locatio n: http://www.example.com/");
to redirect the user to another php page. The php script works on my
local machine but when I upload it to the web server for hosting the
redirection does not work. Instead on one server it gives the standard
header error
Comment