Page 1 of 1

View my projects in Xampp

PostPosted: 08. December 2011 14:42
by eva84
Hi all

My problem is that once in Firefox, I type http://localhost, I get well with the Xampp page,
but I do not know how to access my files for display
(in wampp windows, I put file in my www and they were
displayed in the home page without wampp I need to do anything).

how to view my projects in Xampp when I type http://localhost?

Thank you kindly give me a helping hand

Re: View my projects in Xampp

PostPosted: 08. December 2011 18:55
by Altrea
Hi eva84,

The place for your files is in \xampp\htdocs\ or any subfolder in it exept the folder \xampp\htdocs\xampp\.

if you have a saved file like \xampp\htdocs\subfolder\test.php, you can access the file with the URL http://localhost/subfolder/test.php