How do I host my website in a hosting service? [closed]

0

I have my website (html5, css3, js, php, codeigniter). I am a beginner student in this area of web development and I would like to know how it is possible to host my website to a free hosting service.

I would be grateful for free hosting services and tutorials if possible.

Thank you!

    
asked by user158373 20.02.2016 в 01:53
source

2 answers

3

I am using free hosting for my university internship from this Hosting .

Just enter the page, register and you will create an extension of your own domain, but with the name of your page. You will be sent FTP access data to your email account. You can use an FTP client like Filezilla to manage your domain from your computer.

It is advisable to manage your domain from a client FTP because you have a support of the development of your page locally in case the free service is unsubscribed.

Steps:

  • Develop your page.
  • You Register in the Free Hosting.
  • Install Filezilla.
  • You enter the Hosting through Filezilla using the access data that was sent to your email.
  • Upload the files on your page.
  • Enter the URL of your page and verify the update.
  • To learn how to use Filezilla, I leave this liga .

        
    answered by 20.02.2016 в 02:18
    1

    There are many sites that offer free hosting or free domain, but rarely both, so I recommend you to search for a precarious hosting such as hostinger or webhost to acquire a free domain, for example in link give away domains with extension .tk which are easy to configure with the tools of the two sites that I mentioned.

    (I'm not sure they have a codeigniter because it has enough that I do not use it)

    Normally these sites have the cpanel tool that contains administrators to configure the site, from email accounts, ssh certificates, referenced domains, subdomains, ftp accounts, databases, and plugins.

    My sincere opinion is that if you are going to extensively and for a long time use web hosting for profit in mind, invest in a paid site that includes you and both aspects, for example, hostgator, because normally these services are endeavored with your customers.

    Alternatives of third world students c # $% # $% and luchones, enfierrados and altered

    Being a little more sincere and brutally frank, for your student projects you will not normally need a service that is available 24 hours a day and support more than a thousand people at the same time, especially if you are not going to receive the most economic retribution Therefore, the cheapest option is to choose one of the following options that will make you learn and give you the width for any technology you choose.

    You can use services like noip.com, which allow you to have a DNS server pointing to your personal computer, if you open the ports of your modem / router and run your program a few minutes before you need it you will be able to access your computer with a miservidordeestudiante.noip.com domain from at least your country and a few nearby countries. Supports normally about 9 people at the same time without affecting the performance for everyone (including your personal computer).

    My favorite option, although a bit more complex and reckless is to use TOR with Vidalia (they go down in the site of the tor, before they came together but now they separated them) that will allow you to make your computer become a web server in the darknet TOR, a pseudo paradise for hackers, your site could be anywhere in the world from this darknet, your address is generated something like link and It will be accessible whenever your pc is on, you are connected to the TOR network and you are serving pages with vidalia. Its only disadvantage is that since all communications are encrypted and redirected it is very slow ... it's like the Internet in the 80s, just before google appeared.

    The last option is something similar, using freenet, another less popular darknet you can mount your server and achieve higher speeds depending on the number of people who consult and are connected to this darknet. It has the advantage that it has its own separate program to configure the server, as an advantage the freenet normally does not consume as much bandwidth as the TOR.

        
    answered by 20.02.2016 в 09:53