Blog has an infinite redirect loop

Is WordPress configured to use www or without www? Your server seems to be listening only for the www version and tries to redirect non-www requests to the www version.

Considering that you provided a link to the non-www version of the domain above, my guess is that WordPress is trying to hook on to http://compassionpit.com, but your server redirects those requests to http://www.compassionpit.com and WordPress redirects it back to http://compassionpit.com.

If that is indeed what’s going on, either kill the www redirect on your server or tell WordPress (by setting your options directly through phpMyAdmin) to use the www version of the domain.