Ask HN: Best Consumer Hosting
11–14 of 14 posts
Re: Ask HN: Best Consumer Hosting
#12Has anyone here used media temple's $20/mo service? I'm looking into that as well
Re: Ask HN: Best Consumer Hosting
#13Re: Ask HN: Best Consumer Hosting
#14In response to both dangrossman and ohashi, sorry to not add this info to the question. The problem with me is my app will have subdomains for each user. For example, `john.myapp.com`. These subdomains are each going to be password-protected areas with healthy amounts of embedded video and I just don't trust the shared hosting I currently have. You've both recommended VPS. Any input on that? What do you think of some…
> The problem with me is my app will have subdomains for each user. For example, `john.myapp.com`. Sounds pretty straightforward. Wildcard DNS entry, wildcard vhost -- two lines of text that say "point all DNS queries to the IP of my VPS, point all HTTP requests to this document root (your app)", then your app has some code that looks at the hostname in the request to decide which site to show. Subdomains are not 'th…