Install Apache and make a web page

To make a web page you need both a web server and a text editor. The webserver we’re going to use is Apache. There are lots of choices for a text editor but many web developers use Text Pad.

  • Install Text Pad from here
  • http://www.textpad.com/

  • Apache is bit more complicated
  • The full instructions are here, but they are fairly detailed.
    http://httpd.apache.org/docs/2.1/platform/windows.html

  • These are probably a friendlier place to start.
  • http://webdesign.about.com/cs/apache/a/aainstapachewin.htm

    We’re going to run Apache on localhost. This is a special name for a computer that let’s us access our own machine as if it were a server. On localhost Apache can only send pages to one computer, but that’s ok because it’s all we need for development.

  • Install Apache as above, then type
  • http://localhost/ in your browser

    Once our website is built the files will be transferred to another Apache that will serve the page onto the Internet.

    Advertisement

    Leave a Reply

    Fill in your details below or click an icon to log in:

    WordPress.com Logo

    You are commenting using your WordPress.com account. Log Out / Change )

    Twitter picture

    You are commenting using your Twitter account. Log Out / Change )

    Facebook photo

    You are commenting using your Facebook account. Log Out / Change )

    Connecting to %s

    Follow

    Get every new post delivered to your Inbox.