+ 1
How to create our Html code as webpage into server?
6 Answers
+ 10
@syamvenkataphani_Gatti I'm so sorry! I forgot to answer this.
For web hosts (servers) that support FTP (File Transfer Protocol) you need a program called an "FTP client" to transfer the HTML file (and other kind of files) You can find a list of free FTP clients here: https://www.thefreecountry.com/webmaster/freeftpclients.shtml
The one I use is FileZilla as suggested by @Yaroslav_Pieskkov š it's easy and free. You can follow this tutorial if you'd like to use it too:
https://support.domainit.com/index.php?/Knowledgebase/Article/View/2271/0/upload-website-for-beginners
Good luck š
+ 10
Are you asking how to upload the html file of a website to a server that will host it?
+ 8
@Jeromy_Reimer hahaha thank you! and sorry for the trouble, "Paola" is fine, I'm a "latina" š Those other suggestions you gave (Apache, Nginx, Raspberry Pi) are great and kind of "hot" right now, a little advanced I think but it's always good to mention other possibilities šš
+ 1
use FileZilla to upload your page to the server
+ 1
yes mr.Paola MB,how to upload the html file of a website to aserver? mr.Paola MB
+ 1
Good answer PĪ±olĪ± (Took me a while to find that Ī±). Alternatively if you wanna make your own servers try Apache webserver or some other one like Nginx. Maybe on a Linux virtual machine or on a computer you use less if you have one. You can even run a server on a Raspberry Pi with limitations though, but nothing to be worried about for small projects.