F5F Stay Refreshed Software Operating Systems Yes, you can build and share a website without cost using free hosting services or open-source platforms.

Yes, you can build and share a website without cost using free hosting services or open-source platforms.

Yes, you can build and share a website without cost using free hosting services or open-source platforms.

Pages (2): Previous 1 2
_
187
05-30-2016, 08:11 PM
#11
You could simply run a web server such as Apache on an old machine, configure port forwarding, and host your site there. If you need a domain name, you must own it yourself. This is how I handle a few small projects.
_
_sappige_mann_
05-30-2016, 08:11 PM #11

You could simply run a web server such as Apache on an old machine, configure port forwarding, and host your site there. If you need a domain name, you must own it yourself. This is how I handle a few small projects.

T
thebowlings
Junior Member
18
05-30-2016, 11:18 PM
#12
@ JUMPERMAN To add to this... a domain can be cheap depending on the name and often the renewal is less. If hosting from home you might notice that your home IP changes now you could just update your dns manually should this happen but that is annoying, some dns provider offer dynamic dns so it keeps the ip correct and your stuff goes where it needs to. You could forgo the domain name and simply connect with the IP but no dynamic dns wizardry. As for the server, find some tutorials and set up a LAMP server that is Linux Apache MySQL Php. you will kill two birds with one stone learn a bit of linux and web server management. If you have the money a small SSH enabled vps might be a good solution or the AWS free tier for pure simplicity. I have my sites on Digital Ocean. and I am currently updating it to use Varnish Caching however the speed difference with a datacentre upload compared to home upload is a great thing. As you are interested in networking this is a great way to learn so good luck also believe in google its your friend!
T
thebowlings
05-30-2016, 11:18 PM #12

@ JUMPERMAN To add to this... a domain can be cheap depending on the name and often the renewal is less. If hosting from home you might notice that your home IP changes now you could just update your dns manually should this happen but that is annoying, some dns provider offer dynamic dns so it keeps the ip correct and your stuff goes where it needs to. You could forgo the domain name and simply connect with the IP but no dynamic dns wizardry. As for the server, find some tutorials and set up a LAMP server that is Linux Apache MySQL Php. you will kill two birds with one stone learn a bit of linux and web server management. If you have the money a small SSH enabled vps might be a good solution or the AWS free tier for pure simplicity. I have my sites on Digital Ocean. and I am currently updating it to use Varnish Caching however the speed difference with a datacentre upload compared to home upload is a great thing. As you are interested in networking this is a great way to learn so good luck also believe in google its your friend!

B
BlackDevil2305
Junior Member
15
05-31-2016, 02:28 AM
#13
Note that for a home internet service, port 80 is restricted and can't be bypassed by forwarding ports. Attempting to contact your provider won't resolve the issue. For a business plan, the customer typically has greater influence.
B
BlackDevil2305
05-31-2016, 02:28 AM #13

Note that for a home internet service, port 80 is restricted and can't be bypassed by forwarding ports. Attempting to contact your provider won't resolve the issue. For a business plan, the customer typically has greater influence.

P
Proforno
Member
209
05-31-2016, 09:00 AM
#14
It really relies on the ISP; some don’t block port 80 while others do. For a business plan, they usually keep it open and expect you’ll have your own firewall in place.
P
Proforno
05-31-2016, 09:00 AM #14

It really relies on the ISP; some don’t block port 80 while others do. For a business plan, they usually keep it open and expect you’ll have your own firewall in place.

I
Ice3Boy
Member
230
05-31-2016, 10:46 AM
#15
For a free website, imcreator.com is a great choice. The setup is straightforward and doesn’t require coding expertise thanks to its intuitive drag-and-drop features. Their designs are contemporary, and they offer appealing, royalty-free images. Overall, it’s a worthwhile option!
I
Ice3Boy
05-31-2016, 10:46 AM #15

For a free website, imcreator.com is a great choice. The setup is straightforward and doesn’t require coding expertise thanks to its intuitive drag-and-drop features. Their designs are contemporary, and they offer appealing, royalty-free images. Overall, it’s a worthwhile option!

J
Jerryx01
Posting Freak
870
05-31-2016, 12:00 PM
#16
You don't require a separate machine. A VM works well, particularly if you're using a Mac and want to test compatibility with IE. There are free LAMP and WAMP options worth exploring. XAMPP is the top choice.
J
Jerryx01
05-31-2016, 12:00 PM #16

You don't require a separate machine. A VM works well, particularly if you're using a Mac and want to test compatibility with IE. There are free LAMP and WAMP options worth exploring. XAMPP is the top choice.

Pages (2): Previous 1 2