***If you need assistance with installing this script, we recommend the programmers at http://www.scriptmasters.biz***

Hello, installing WebHost is very simple! If you have installed any
cgi script before you can easily install WebHost.
Just preform the following steps:

1, Open up each of the *.cgi in a text editor and make sure they all have the correct path to perl.
   This is the first line and looks like this: #!/usr/bin/perl
   Replace /usr/bin/perl with the correct path to perl.
   (/usr/bin/perl is default on many unix servers so it might already be correct)

2, Upload all 4 of the *.cgi,*.pl scripts in to your cgi-bin directory.
   Make sure you upload them in ASCII mode!
   If you are using a unix server, chmod them to 755.

3, Upload config.txt to your cgi-bin also in ascii mode.
   If you are using a unix server, chmod it to 777.

4, Create a directory called data on the server.
   If you are using a unix server, chmod it to 777.

5, Run admin.cgi from the web and follow the online directions.
   If it has a Internal Server Error just check over everything and see what you did wrong.

