aleminio Posted February 15, 2008 Share Posted February 15, 2008 WAMP suppose to include all the tools i need - PHP, APACHE and MYSQL so why do i always find guides about installing WAMP where there's instruction about how to install php and apache after you've already installed WAMP? When i have wamp installed and i open the httpd.conf file there's "DocumentRoot" and "<Directory>" which of those directs to my page files and what's the second one? ty. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 15, 2008 Share Posted February 15, 2008 If you have installed the wamp package from wampserver.com then you should not need to configure anything as everything is pre-configured once installed. You should save your web files in C:/wamp/www and then go to http://localhost/ in order to run your .php scripts Quote Link to comment Share on other sites More sharing options...
aleminio Posted February 15, 2008 Author Share Posted February 15, 2008 I've been using wamp for a couple of years and never installed anything besides that but i am just wondering why do i always find guides about how to install php and apache as addition to WAMP... and i know the default folder is 'wamp\www' but if i want to change it, is it under "DocumentRoot" or"<Directory>" thanks again and sorry for my english. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 15, 2008 Share Posted February 15, 2008 but if i want to change it, is it under "DocumentRoot" or"<Directory>" thanks again and sorry for my english. If you are wanting to change the location in which Apache serves up files from then yes you'll need to set both directives to the new path. wondering why do i always find guides about how to install php and apache as addition to WAMP... Apache and PHP can be installed many ways. The best way is a manual installation however most people go the easy root and install a pre-configured package like WAMP. I myself install AMP manually. 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.