How to get .htaccess and redirect to work on Mac OS X Server 10.4

CuddapahOnline does not guarantee that our tips will work in all cases. Use at your own risk.

By default OS X Server sets httpd AllowOverride to None. To change this do the following:
1. cd /etc/httpd/Sites/
2. Open your sites .conf file
3. Look for AllowOverride
4. Change None to All
5. Save and restart Apache
Use the Contact Us form for comments / suggestions.