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 Using PHP with MySQL Connecting PHP to MySQL Getting Started with PDO

PHP with MYSQL

Hello, i downloaded the project and i pasted it in my www/html/PHPmySQL file. Firstly it doesnt work . Then i changed the /inc/config.php and i added /PHPwithMYSQL/ to the base_url and the root_path. Then everything works (index, contact..) except the shirts page. I tried to add /PHPwithMYSQL/ in the .htaccess file and to make it like this RewriteRule ^shirts/$ /PHPwithMYSQL/shirts/shirts.php but it doesnt work. Can you help me plz? Thank you!