Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMartina Carrington
15,754 PointsI don't see the public.html
Before i had a problem with WordPress by installing twice in filezilla and that problem is solve . however , when i re-stalled WordPress again i don't see public.html
2 Answers
Laurie Horning
3,262 PointsHi Martina! The public.html file is located in the server file on the right side of FileZilla (It will say Remote Site at the top). There's a folder you click on in that right column that will provide all the files in your server. There will be one named public_html and that is where you want to move the WordPress files that you've downloaded from your Local Site (the folders in the left column). Hope that helps and if not let me know if you have any additional questions!
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi Martini,
Further to what Laurie said If you're looking in the top level folder domain (i.e. the root folder) then this is where you will find your public_html folder.
Some host servers will use a different folder as the root folder. I believe for example public_html is the root folder for Linux servers.
If you don't see it try looking out for
- www
or
- httpdocs
as your root folder and put your wordpress files in there.
Hope this helps