I am running xampp on a windows server hosted on amazon ec2, so im using apache.
I have a site on the server that I am adding subdomains to.
When I open the address 'http://store.site.com/', it is accessing the 'store' folder and its files, but i guess its not looking in the correct folder.
I need store.site.com to point to the folder on the server site.com/store.
How do I make this configuration in apache?
Apparently this is a pretty common problem for apache on windows, but I cant find the solution. Please help

