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 Redirecting Old Web Addresses

Frank Novello
Frank Novello
19,299 Points

new URLs not working..

localhost/shirts/108/ is not working i get a 404.

I have downloaded the project files and placed them all in my htdocs folder.

Whats the issue.

2 Answers

make sure redirect is turned on for your apache server

geoffrey
geoffrey
28,736 Points

It's probably a bit late, but maybe It's not working because you put the Shirt4Mike website in a folder inside localhost. Randy didn't do that, he put all the files directly at the root. If so you'll have to adapt the rewrite rules a little bit.