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 Enhancing a Simple PHP Application Cleaning URLs with Rewrite Rules Introducing Rewrite Rules

Gavin Murphy
Gavin Murphy
10,004 Points

no config file in downloads

Is there supposed to be a config file in the downloads of the exercise files or is a config file only used for a framework or git hub. Randy has a link to it in his code but I do not.

Hi Gavin,

Are you continuing from the previous course or did you start the project from this course? Could you link to which video you downloaded the project files from?

Juliette Tworsey
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Juliette Tworsey
Front End Web Development Techdegree Graduate 32,425 Points

Maybe it's not included in the downloads for each step.

This is what I have in my config file.:

<?php

    define("BASE_URL","/");
    define("ROOT_PATH",$_SERVER["DOCUMENT_ROOT"] . "/");