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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.