jeffta Posted June 6, 2007 Share Posted June 6, 2007 I am trying to run php/apache on a windows machine. I created my first php file and saved it to the root directory that was in the httpd.cong file. I then try to open that file in firefox (file: openfile) and all I get is new tabs until I hit the stop button. This happens with any PHP file I try to open locally. What am I doing wrong? Thanks Link to comment https://forums.phpfreaks.com/topic/54430-solved-noob-questionnew-tabs-keep-on-opening/ Share on other sites More sharing options...
trq Posted June 6, 2007 Share Posted June 6, 2007 You need to access the file via a url. On your local machine, it will be... http://localhost/filename.php where filename.php is in your servers root directory. Link to comment https://forums.phpfreaks.com/topic/54430-solved-noob-questionnew-tabs-keep-on-opening/#findComment-269266 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.