Blockland Forums > General Discussion
Blockland Online Project Hosting - Official Website Preview Up
Brian Smithers:
--- Quote from: Badspot on September 18, 2012, 12:28:53 AM ---Given the number of web hosting solutions out there, I think you should offer this service for free. Build a customer base first, then try to monetize based on customer demand.
--- End quote ---
true
I guess what I could do is make the 1$ into 1GB of Download then make the current 1$ option the free option
Kalphiter:
--- Quote from: pecon98 on September 18, 2012, 12:33:51 AM ---I'd pay $10 if you set up a nameserver so I can use my own domain name.
--- End quote ---
It's called freedns.afraid.org
M:
He'd need to set up vhosts for that too
Brian Smithers:
--- Quote from: pecon98 on September 18, 2012, 12:33:51 AM ---I'd pay $10 if you set up a nameserver so I can use my own domain name.
--- End quote ---
what about if you couldn't
Kalphiter:
--- Quote from: Brian Smithers on September 18, 2012, 11:40:17 AM ---what about if you couldn't
--- End quote ---
You must be stupid if this is hard for you to do:
--- Code: ---<VirtualHost *:80>
DocumentRoot "/volume/web/blocklandcloud.com/"
ServerName www.blocklandcloud.com
</VirtualHost>
--- End code ---