I mentioned before that I was using an IIS7 shared plan on GoDaddy.com. Their shared hosting plans are supposed to support multiple domains. Unfortunately, they implement the domains using some kind of URL rewriting that conflicted with the URL rewriting I setup for WordPress. After trying several different configurations that resulted in my blog being down for an extended period of time, I decided it is impossible (or at least more painful then I wanted) for me to host multiple sites.
I really don’t like shopping for hosting companies, because there are so many of them and a lot of different feature combinations. I wanted one that ran Windows 2008 with IIS7, had support SQL Server 2008, as well as PHP and MySQL (for WordPress). It also had to be affordable. After looking around quite a bit I decided on SoftSys Hosting. The reviews online were mixed, with some people really liking them, and others complaining. It’s hard to know who to believe, because it seems like there are a lot of fake reviews on the sites in both directions. Time will tell how good they are.







{ 4 comments… read them below or add one }
Interesting… What sort of problems were you having? I use GoDaddy.com to host multiple sites on my shared hosting plan, including my WordPress site, and I haven't yet had any issues. Then again, I'm probably only using a fraction of WordPress's capabilities. :)
Also, what code box plugin do you use? I've been having horrible luck so far with the ones I've tried, and yours appears to work pretty well.
Are you on a unix or windows hosting plan at GoDaddy? I was on a windows (IIS7) plan, and the problem I was having is that I couldn't get Url Rewriting to work correctly on secondary sites. It worked fine on the primary site in the root but they are using some sort of rewriting for the secondary sites that was conflicting with what I was trying to do. The other problem I had was that every settings change took hours.
The code box I'm using is wp-syntax. I tried several and the one worked the best.
I'm using a linux plan. Thanks for the info! :)
Rob, I am experiencing this pain right now … I host multiple sites on my GoDaddy shared IIS7 account. I have no idea how they setup non-primary domains, but IIS7 insists on including the sub-folder used to host the non-primary domain in every request. I was able to work around this for an ASP.Net MVC site I put together by way of a real hack. However, now I’ve moved on to hosting a wordpress blog for a different non-primary domain. I got ManagedFusion rewrite rules to *almost* work. I am at the point where I have pretty permalinks for nearly every page with the exception that the homepage of the blog does not display any posts — no idea why and I really shouldn’t have to resort to diving into the PHP code to look. What a royal pain …
Anyway, does SoftSys support multiple domains in a different fashion? How’s your experience been so far?
I was glad to find your post and find out that someone else experienced this pain, too! I felt I was out of my mind!