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 trialHector Menduiña
23,873 Points.htacces doesn't work in my workspace treehouse
When I add my .htaccess into my workspace nothing happens. This is the code:
RewriteEngine On<br> RewriteRule ^shirts/$ /shirts/shirts.php
when I update de browser nothing happens
2 Answers
Marcus Parsons
15,719 Points.htaccess is for use with servers, and since Workspaces is a client-side program, .htaccess cannot work with it. You will need to download an Apache server such as Xampp or Mamp in order to use .htacess. My preference is Xampp, personally.
Once you do that, this thread may help you, as well: Rewrite Rule Redirects to 404 Error
Hector Menduiña
23,873 PointsThanks! Now is working with mamp :)
Marcus Parsons
15,719 PointsAwesome! :)