I recently installed XAMPP on my laptop - windows-7 64-bit. I just wrote a very basic and elementary \"Hello World\" script in HTML. But, however when i\'m trying to run it,
You just need to change the root of project from xampp/apache/htdocs to xampp/htdocs.
I mean your project folder has to be in xampp/htdocs root .(e.g: xampp/htdocs/project).
xampp/htdocs/project
And your project address will be localhost/project
localhost/project