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 trialRobert Mews
11,540 PointsProblem with index.php
Just a heads up that when I copied the working files over to my hosting environment, that there was a problem with the index.php (homepage). All other pages worked, so I know it wasn't the config.php that was the issue. I copied my old index.php code and it was fixed. Not sure what the issue might be with the working files, but there might be a bug in it.
1 Answer
Iain Simmons
Treehouse Moderator 32,305 PointsIt might be due to the directory structure on your hosting environment. In the video and in workspaces you would normally have everything in the 'root' directory being served publicly.
You might have to adjust the configuration to match the hosting environment and where everything is located.