Simple configuration of PHP server under Win200_PHP tutorial
Apache is used by many people here, but few people release simple configuration instructions for 2000. I just wrote a little bit of it, which can be regarded as sharing! Install mysql first, the default installation path is: c:mysql; After the installation is completed, open "Run" in the "Start" button, enter the command: C:mysql/bin/winmysqladmin, and execute it; When using it for the first time, You need to create an administrator name and password. I set them to root and (yourpassword) respectively. After closing it, the program automatically creates a small "traffic light" icon under the status line. Now start installing php4. Use winrar to unzip the software package to c:php4, then copy all the dll files in the directory to c:winntsystem32. Do not overwrite the existing dll files; then copy php.exe and php.exe in the directory. Copy the two files php.ini to c:winnt; modify php.ini; cgi.force_redirect = 1 to cgi.force_redirect = 0 and save. Open "Programs" under the "Start" button => "Management Tools" = 》"Internet Service Manager", select "Default web site" and open its "Properties" window. Under the "website" page, change "IP Address": "All Unallocated" to "(your machine's IP address, for example: 202.195.243.131)"; "TCP Port" to "80". Next, select the "Home Directory" page, click the "Configure" button under "Application Settings", click the "Add" button in the new window; enter "C:WINNTphp.exe %" in "Executable File" s %s", enter ".php" in "Extension", and click "OK". Next, select the "ISAPI Filter" page, click the "Add" button; enter "php" in the "Filter Name", enter "C:WINNTsystem32php4isapi.dll" in the "Executable File", and click "OK". Next, select the "Document" page, click the "Add" button; enter "index.php" in the "Default Document Name", click "OK", and raise it to the highest level. You can also add commonly used PHP file names, such as: "default.phtml", "index.php3", etc. After closing all windows and restarting the system, you can open the IE browser for testing.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an
