I've been attempting to tinker lately with PeoplePods for an upcoming personal project. To dink with the code I've installed it into my local Sites folder on my Macbook.
This was the first time I'd diddled around with Apache2/PHP5 on OS X and was having an odd time getting the .htaccess file in my Sites directory to work.
In my users conf file (my username = austin so /etc/apache2/users/austin.conf for me) I changed AllowOverride None to AllowOverride All. However the .htaccess created by PeoplePods was still crapping its diaper.
I'm not sure why this worked. But in my ~/Sites/.htaccess file right before RewriteEngine On I added Options +FollowSymLinks and now all is well.
Tuesday, November 24, 2009
Subscribe to:
Post Comments (Atom)

Thanks for posting this! I will include this in the PeoplePods documentation! Let me know if you have any other problems.
ReplyDelete