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 Drupal Basics Getting Started with Drupal Setting Up WAMP for Windows

Can't change directory

I am using a newer version of WAMP than in the video and if I try to change www to websites as instructed, I cannot get my WAMP fully running again, only 2 of 3 services start and it stays red and won't work for the next steps. Any suggestions?

Mine looks like this:

DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/">

I tried changing to:

DocumentRoot "$c:/websites" <Directory "$c:/websites/">

This does not work.

1 Answer

Remove the $. That is part of using the INSTALL_DIR variable. It should read just:

c:/websites/www