#native_company# #native_desc#
#native_cta#

Installing PHP under BadBlue Web Server Page 6

By Jayesh Jain
on March 27, 2003

Configuring Web Server

To change the Document Root Folder (default is the folder where BadBlue is
installed), open the ext.ini file in the BadBlue directory and add the
following lines.
[SERVICES]
DOCROOT=C:myfolderwwwroot
To change the default page (default is index.htm) use the following setting
in ext.ini
[SERVICES]
HOMEPAGE=index.php
Every time you start the server, the web server opens the browser window. To
turn this feature off use the following setting in ext.ini.
[CUSTOMIZE]
autobrowser=0
Every time you start the server, the web server opens the server window. To
minimize this window use the following setting in ext.ini.
[CUSTOMIZE]
autominimize=1
Note: Always make sure you restart the server to reflect the changes made
to ext.ini file.

Conclusion

I hope this article gave you a quick overview on how simple it is to
install BadBlue and to configure PHP under this web server. Also you must be
convinced that PHP is very versatile and works with any platform and web
server.

1
|
2
|
3
|
4
|
5
|
6