How can upload an HTML file to the server? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How can upload an HTML file to the server?

for example, I have a file, "first.htm" on my desktop, how can I upload it to the server, such as Google, so when I search for "first.htm " luciusseverusmr it pops up ? thank you.

16th Nov 2016, 5:10 AM
LuciusSeverusMR
6 Respostas
+ 2
Theres a couple options, but first, you need access (physical or virtual) to a web hosting server. Once you have that, your server can be set up to accept an html file through a webdisk, through an FTP transfer, or on many web hosting services, you can upload the file through the back end of the server using your web browser. I hope this helps.
16th Nov 2016, 6:31 AM
Christopher Rees
Christopher Rees - avatar
+ 2
Oh, hey, you're talking about seatch engine optimization. First you need to understand how the internet works a bit more (at least thats what i think from what youre saying). First off, the internet isnt Google. Google is just a web app that searches through a bunch of other websites over the internet, puts them into their own index, and then allows you to search through their index. In order to get tour website listed on google, first you need a web server. You will publish your website to that server anf then Google will find your website either organically whenever another website links to yours, or you can submit your website to google for review so that they can add it to their indexes. So heres what you need: 1) a web host (which is any web server that you choose and can even be on your own computer, but i dont recommend that because its very difficult to set up). I use a web host called hostgator, but theres lots of options out there. Your web host company should also be able to hook you up with the next item. Hostgator can hook you up for as low as $3.99 a month (usd) if youre willing to pay 3 years up front. 2) A domain name. A domain name needs to be registered to you so that you have the right to use it. (A domain name in laymans terms is a dotcom) 3) A file transfer method. Once you have your domain name and your web host set up, you need to figure out which method of file transfer is best option for you. Many people like using FTP. I use webdisk personally. I cant really explain much more for you beyond this, but if youre still lost, i recommend you visit hostgator.com to look up some more information. They have lots of really good information there that set me on the right path to building websites. Good luck!
16th Nov 2016, 8:03 PM
Christopher Rees
Christopher Rees - avatar
+ 1
there are lots of thing to do....get hosting then upload the file by ftp then it can be show up. šŸ˜Š
16th Nov 2016, 5:29 AM
NabiL
NabiL - avatar
+ 1
you need not upload it to google to get in search results google does not gives the webpages it contains links that servers send you to webpages. google does not accept webpages like that you can use meta tags to be shown
16th Nov 2016, 5:57 PM
Sandeep Chatterjee
+ 1
1-rent a host and domain 2-go to file manager in host 3-drag and drop 4-or give file zilla configuration 5-set configuration in filezilla and connect. ... 6-drag and drop to www or public html 7-go to webmaster google and get meta tag google and put on header index.html 8 - highlight your site 9-search in google "how to create a site "
18th Nov 2016, 8:57 PM
hosein shurabi
hosein shurabi - avatar
0
thank you everyone
6th Sep 2017, 4:19 PM
LuciusSeverusMR