Create a web page using apache server

For creating a web page you have to install a web server. Here I am using apache server.

While installing Apache server you may got error like port is busy or bloked port. To solve these problems follow following steps:

1: Go to action config of apache module.

2: Change port number 80. If 80 port is busy with another application you have to change it.

After installing web server you can create a web page like below. For creating web page Follow steps:

1. Go to htdocs of xammp folder.

2. Create a html file and write a text for web page & save it.

3. Now go to url and search http://localhost:port no/folder name of html file/file name.

4.It will look like below.

Here , index.html is file in which I have write a text.

Install and configure php

Write a phpinfo.php code and save this file in htdocs folder of xammp.

This above page shows all php information. To check it, in url search for http://localhost:port no/folder name of php code/phpinfo.php.

Design a site like this with WordPress.com
Get started