Mod Rewrite
LoadModule rewrite_module libexec/httpd/mod_rewrite.so
was not commented out. I'm also assuming that httpd.conf is the configuration file being used.
To test I created two simple web page with a .htaccess file that redirects from one to the other.
RewriteEngine On
RewriteRule ^alice.html$ bob.html
Am I missing something?
IMac, Mac OS X (10.5)