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

404 Not Found

I try exact same with the video

RewriteEngine On RewriteRule ^shirts/$ /shirts/shirts,php

404 Not Found the requested URL /shirts.php was not found on this server.

Please help, Thanks

2 Answers

It seems to be an issue with where you have placed shirts.php. Make sure you have placed it in the path you have specified.

Edit: I see you have written /shirts,php instead of /shirts.php. You have used a comma instead of full stop. Maybe that's the problem.

thanks gloria, the problem solved

You are welcome Agung.