How to redirect http://my_domain.com to http://www.my_domain.com in Mac OS X Server 10.4

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

1. Open .conf file for my_domain.com from /etc/httpd/Sites/
2. Add the following line just below ServerName directive:
Redirect / http://www.my_domain.com/
3. Save the .conf file and restart Apache

Use the Contact Us form for comments / suggestions.