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

PHP Building Websites with PHP Slim Basics & Twig Templates Including & Running Slim

if 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.

  1. Open htaccess.txt in your preferred text editor and select "Save As". Type in .htaccess

  2. 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.

Thank you for posting this info! I've got the same problem and you helped me a lot!