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 Introducing Rewrite Rules

Hector Menduiña
Hector 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

.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
Hector Menduiña
23,873 Points

Thanks! Now is working with mamp :)

Awesome! :)