Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have installed XAMPP on my system (Windows XP Service Pack 3) and I have it all running, but I cannot find where to put the files to go to for localhost. Let's say I'm making a website on my localhost. What directory do I put those files in?

Thanks!

share|improve this question

1 Answer

Per the XAMPP website -- Question 2: Where should I place my web content?

The main directory for all WWW documents is \xampp\htdocs. If you put a file "test.html" in this directory, you can access it with the URI "http://localhost/test.html".

share|improve this answer
So let's say I created a folder, then I put a test page in there, could I do localhost/folder/test.html? – user1832218 Dec 3 '12 at 23:05
Yes, you should be able to do that. – Yaniv Dec 3 '12 at 23:06
Okay! Thanks guys! – user1832218 Dec 3 '12 at 23:16
You may check this link and mark the answer as accepted if it solved your problem.. – Rishi Kalia Dec 9 '12 at 10:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.