learner_php Posted April 8, 2012 Share Posted April 8, 2012 Hi, I have tried a "Hello.php" to open in my web browser. It throws 404 file not found error. I am using Intranet. How to determine the web server I am using? Thanks. Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/ Share on other sites More sharing options...
NLT Posted April 8, 2012 Share Posted April 8, 2012 We need more information. Make sure it's in public_html if it's on a web host. Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/#findComment-1335418 Share on other sites More sharing options...
cpd Posted April 8, 2012 Share Posted April 8, 2012 Are you running Apache, IIS or another web server? Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/#findComment-1335426 Share on other sites More sharing options...
learner_php Posted April 9, 2012 Author Share Posted April 9, 2012 Thanks for the reply. We are using IIS Web Server. Regards. Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/#findComment-1335594 Share on other sites More sharing options...
trq Posted April 9, 2012 Share Posted April 9, 2012 You need to install and configure PHP. See http://www.php.net/manual/en/install.windows.php Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/#findComment-1335595 Share on other sites More sharing options...
learner_php Posted April 9, 2012 Author Share Posted April 9, 2012 Where to install this software? On Server (IntraNET) or on my home PC where I am creating web pages? Thanks. Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/#findComment-1335607 Share on other sites More sharing options...
trq Posted April 9, 2012 Share Posted April 9, 2012 Both preferably. You need a http server with php installed and configured to use while developing and of course your production server needs the same. Link to comment https://forums.phpfreaks.com/topic/260558-what-to-de-next-as-i-cannot-view-my-hellophp-in-browser/#findComment-1335619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.