I'm new to Web Development, and intermediately skilled in Linux. My current setup is CrunchBang 11 & I use Geany as my Text Editor. I'm learning how to make websites, got a sample code and I'm playing around with it. It consists of an index.html, main.html, a few css files and jQuery file. I've made a Project Hearth.geany containing all the files.
I've setup LAMP Stack on my laptop (Dell Latitude D630) following instructions in http://www.howtoforge.com/ubuntu_debian_lamp_server
I want to know how I add these content (the whole project) to work on my localhost so I can see it live.
I researched and I was told to add content to a folder called htdocs, the folder was located in my home directory. But, I still cannot see the content.
I want to be able to do something like type localhost/project on my web browser and it should show my website