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

William Doring
PLUS
William Doring
Courses Plus Student 4,388 Points

Which directory do you need to create the index.php for slim to work? Trying to set up a wamp server on a local host.

I followed the directions on the slim website but i get a 404 error for the hello world script.

1 Answer

Hi William,

You should be able to install Slim directly into the project directory, since you won't necessarily be using Slim for every project on your server. It will need to be included in the autoload.php file, so make sure you do a composer require and select "Slim/Slim". Although, if you are receiving a rendered 404 error page, it sounds like you may already have it installed! What is the URL you are entering?