Forum Moderators: mack
1)I want to create my own website. Option: use freeware like uVo or Windows "Notepad" and write my own HTML code.
2)Once the pages are created, I need to go "live" so I can test my work and see how everything looks. Option: use Windows Explorer and under File Open, open my website document and make necessary changes.
3)I'm ready for the rest of the world to see my website. Option: download Apache freeware to my hard drive for the ability to have my own IP address and be my own host server.
4)I am in control of my own website and I didn't have to pay for anything. I understand that if I want to add e-commerce features, this adds another set of issues to be discussed elsewhere.
How did I do?
Set this cost against running your server from home. Electricity, replacement parts, internet connection 24/7.. they all add up.
I would certainly recommend shopping about for a hosting provider.
Mack.
Chica_Ang:
Option: download Apache freeware to my hard drive for the ability to have my own IP address and be my own host server.
Not sure what you mean about "have your own IP address," but Apache will not give you an IP address. You'll have to either get a static IP from your ISP, or use a dynamic DNS service to change whatever your IP is at the time to point to your website. With Apache, you can, however, test your sites by using [localhost...] usually.
(You probably know that, but some other new people might not, so I thought I'd clarify.)
JK
Plus, there's nothing like running Apache yourself to get experience into how you want your space configured. Especially if you're using mod_rewrite or other Apache-specific things.
Yes, it might be overly complicated, but I don't think it's a waste of time, especially if it's something that interests you. (I like to know as much as possible about the "guts" of things, myself.)
JK