+ 5
How to make local host for my designed html web?
12 Réponses
+ 5
i guess you have to use filezilla
+ 3
thx for your answer
+ 2
if I make web server I can change any image and some text?
+ 2
You can also see wamp xampp or see PHP's in-built server
An explanation of the in-built server is found at : http://wp.me/p7UB6x-oK
+ 2
thanks
+ 2
One thing, you don't need a web server to try out html. To change images and text js does it. Also try jquery for quicker and better results. You just write your html css and js code, save it in one .html file to begin with and click on it, you will see your page !
+ 2
no I want to make my friends see my web by open it from its link and their data that they entered in textbox saved and I can see their data so I need to make server for my web but after I make server for my web I need to change some image and text
+ 2
thanks for your answer yadagalla
+ 1
install xampp and put your script inside htdocs folder and access through localhost
0
What system are you using? Windows, MacOS or Linux?
For whichever one, start by looking at Apache2 or Nginx. Either one will give you a webserver that you can use as localhost.
0
Use XAMP,MAMP,WAMP for Windows Mac and Palpa Web Server for Android (available on play store)
0
for Linux:
$ sudo apt-get install nodejs-legacy
$ sudo apt-get install npm
$ sudo npm install http-server
$ cd path/to/project-with-index.html as root
$ http-server
for windows install from nodejs.org and type from 3rd command