This is probably a pretty basic question but I need help.
I am running a LAMP settup, actually using teh Xampp package on a windows system for my development server and my main project I have been coding for over a year now is in the root directory on my dev server which is c:\server\htdocs\
I know most people setup subfolders in there root directory which simplifies what I am wanting to do but I wasn't sure how to go about this, my main project is in my root folder instead of a sub folder, which means if I create sub folders for other projects, then they get cluttered in with my main project folders and files, so is there an easy way that I should be able to move my whole main project into a sub-folder and still access it at http://localhost/ instead of http://localhost/the-sub-folder-name/ ?