.htaccess with MAMP
December 21, 2006 3:45 PM
Subscribe
.htaccess with MAMP
I'm running an install of MAMP on my laptop as per an earlier question.
I updated the .htaccess file by copying and pasting from the site I was copying. Now it doesn't work. All I remember about getting .htaccess to work last time is that it was a huge hassle to figure out.
Likely candidate for fixing is the RewriteBase line, but I've tried a couple things that haven't worked.
Friday morning, I'm supposed to bring this laptop with me to demo the site.
posted by RobotHero to computers & internet (6 comments total)
1 user marked this as a favorite
RewriteEngine on
#RewriteBase /
RewriteRule ^request.html$ demo/?q=node/10
RewriteRule ^pros.html$ demo/?q=node/16
posted by RobotHero at 3:47 PM on December 21, 2006