How to make your computer a server to host a website..?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to make your computer a server to host a website..??

If it is possible to host a website on your own then it will be very beneficial for me..as I don't have enough knowledge about server.

17th Jul 2019, 7:17 AM
LN Shrivas
7 Answers
+ 4
Just saying, yes what other people are saying will work. BUT, using your computer to host your own website is a terrible idea. This is because you will need to have your computer on 24 hours a day for the site to be up and connections will be incredibly slow.
17th Jul 2019, 12:35 PM
haydenki
haydenki - avatar
+ 3
You can install xampp or wamp if you are using windows. If you are using linux, you can install apache or nginx.
17th Jul 2019, 9:32 AM
Franky BrainBox
Franky BrainBox - avatar
+ 3
Download and install wampserver. Create folder for storing files in C:/wamp/www/yourfoldername. To run file :on your browser type localhost/yourfoldername/filename
17th Jul 2019, 10:30 AM
Ayushi Gujarati
Ayushi Gujarati - avatar
+ 3
try wampserver and xampp include all this Apache web server, OpenSSL for SSL support, MySQL database and PHP programming language.
18th Jul 2019, 1:51 AM
Danielov
Danielov - avatar
+ 1
i use xampp on Windows but usually development purposes locally on my computer
18th Jul 2019, 10:19 AM
Charlie Da stiles
Charlie Da stiles - avatar
+ 1
If you plan on hosting the site on the internet you need a static i.p. address and know alot about securing a server. You might think a out finding an old computer to use as a server and not your personal one.
18th Jul 2019, 11:10 AM
Carl Drews
Carl Drews - avatar
0
i recommend just using server hosting websites to host it for you otherwise its a PAIN
19th Jul 2019, 4:20 AM
Code214
Code214 - avatar