GroundZeroStudios Posted March 30, 2007 Share Posted March 30, 2007 I just set up apache on my computer so I can test my own scripts but I don't know how to save to the server(I feel stupid). I can access http://localhost/ and it displays the standard page but I have no idea how to save my files. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted March 31, 2007 Share Posted March 31, 2007 You save them in the htdocs folder. The htdocs folder is located in Apache's root folder (default path: C:/Program Files/Apache Group/Apache2/htdocs - note: it may be slightly different. I cant remember the exact path) Once you have saved your file in the htdocs you will be able to go to http://localhost/filename.ext to run your scripts. change filename.ext to the name of your script. 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.