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 trialJerôme Naglé
14,189 Points.htaccess is not working
Hi,
I'm working with XAMPP. In my htdocs folder I have a folder 'shirts4mike' that contains all the files. I also created an '.htaccess' file and added this code:
RewriteEngine On RewriteRule ^shirts/$ /shirts/shirts.php
Can someone please help me out!
5 Answers
Marcus Parsons
15,719 PointsAh, you may not have mod_rewrite on in XAMPP. Check out this article for how to enable it: Enable Htaccess Windows
Marcus Parsons
15,719 PointsThose commands should be on separate lines:
RewriteEngine On
RewriteRule ^shirts/$ /shirts/shirts.php
Jerôme Naglé
14,189 PointsI have it on seperate lines
Jerôme Naglé
14,189 Pointsthanks, but I'm working on mac.
Marcus Parsons
15,719 PointsCheck this out then: Htaccess Mod Rewrite Mac
Jerôme Naglé
14,189 PointsHey I fixed it. I don't know what I did, but it worked. Thanks!
Marcus Parsons
15,719 PointsHaha awesome!!!