I have WAMP installed in my C Drive and a WordPress website too.
I now need to move everything to the D Drive.
What is the easiest way to do this please?
Thanks
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.
if you have everything set up correctly, it’s a matter of telling WAMP what directory is your wordpress installation.
you can change it manually going to
httpd.confordefault-server.confand edit theDocumentRooton my machine, the file is in
change
DocumentRoot "c:/wamp/www/"toDocumentRoot "d:/wamp/www/"(line 178)