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

Is there a problem with this video ?

I have followed this video, put the .htaccess file in but i am still getting the same 404 error when i add to the url, and i see other people are still having the same problem ?

2 Answers

Maybe you should try to delete the code and then try again, following the exact code and rewriting it word for word. Pause every minute and check if there are any mistakes. If you still get the error, then ask a teacher. This is what I do.

Daryl Peterson
Daryl Peterson
7,812 Points

In you .htaccess make sure the rewrite is on

RewriteEngine On

in your index file at the top add

ini_set('display_errors',1);
ini_set('display_startup_errors',1);

php