Serving WordPress in it’s own directory on localhost on WAMP
You have two alternatives: Change the DocumentRoot directive in the WAMP httpd.conf file (use CTRL+F to find it). That way you will change the whole root folder of your server, be aware of that! Create a virtual host that will bind a domain to a particular subfolder in your document root (similar to subdomains logic). … Read more