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 trialJason Rivera
1,242 PointsI just set up my website today. Why is there a 400 Bad Request showing on my site?
I also can't connect my web hosting to my website using Cyberduck. This is what it says. "Connection refused. The connection attempt was rejected. The server may be down, or your network may not be properly configured." What's going on?
Jason Rivera
1,242 PointsMy website is actually up and running now. I guess it was just the DNS trying to find it's places all over the world hence the 5 minutes to 24 hour wait time. Anyway, thanks for the reply!
Henrik Hansen
23,176 PointsHenrik Hansen
23,176 PointsDid you upload a index.html file? There might also be a .htaccess file that blocks access to your file root (if running an apache server). Check what files you have in the public files directory on the server (you might be able to do that by logging in on cyberduck, or using some ftp software like FileZilla). Please describe what files are in there, or if possible post your index file contents here.