I want to change the location where my php code runs on localhost, from WAMP.
My current location is in C:\wamp, and I want to change it to E:\server\
How to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will have to change the
httpd.confinc:\wamp\bin\apache\apache-xxx.xx\and look for thec:/wamppath. Change it appropriately. In this casee:/server/. Save the file, then restart apache and you should be good to go.