When i am testing my site on local php server using wamp the its all working fine. I am calling some of page using php file and its working fine.
header( "Location: http://127.0.0.1/portfoliohtml5/web.php" );
But when i try to load my page on main web server like
header( "Location: web.php" );
then its not working
Can you suggest me how can i access my page on main web server using PHP in my website.
http://us.php.net/manual/en/function.header.php