Search code examples
wordpressphpmyadminwampwampserver

Moving WAMP and Wordpress to another drive


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


Solution

  • 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.conf or default-server.conf and edit the DocumentRoot

    on my machine, the file is in

    C:\wamp\bin\apache\Apache2.2.17\conf\httpd.conf

    change DocumentRoot "c:/wamp/www/" to DocumentRoot "d:/wamp/www/" (line 178)