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 trialVictoria Felice
14,760 Pointsif you have problems in Windows renaming your htaccess.txt file to .htaccess as shown in the video
Windows 10 did not let me rename htaccess.txt file to .htaccess as shown in Hampton's video. I got the the message "You must type a file name." If you are experiencing the same problem, there are ways around it.
Open htaccess.txt in your preferred text editor and select "Save As". Type in .htaccess
Rename the file using Windows command line or Shell: rename fullpathtoyourhtaccessfile\htaccess.txt .htaccess
Both solutions worked for me. P.S. I forgot to mention that I was working locally and NOT in Treehouse Workspace.
Katarzyna Dąbek
7,158 PointsKatarzyna Dąbek
7,158 PointsThank you for posting this info! I've got the same problem and you helped me a lot!