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 trial
Matthew Spear
14,534 PointsWhat is a .htaccess file and how can I learn about it?
Trying to learn more about servers, and deploying websites via services like digital ocean.
What is a .htaccess file?
Are there any courses on treehouse that mention them / learn about servers etc?
Thanks,
Matt Spear
1 Answer
Steven Parker
243,215 PointsIt's basically a server configuration file used for URL redirection and security (including password access), and some other things.
There's a short but good basic explanation on Wikipedia, with links to more detailed documentation.
Treehouse has some server programming courses, but this is more of a server administration concept. I haven't seen much on that here .. yet.
I have seen some courses on Apache (a very popular server) administration at Udemy and Lynda.