How do I config the webserver to run PHP scripts?

Frequently Asked Questions about Quick 'n Easy Web Server
admin
Site Admin
Posts: 45
Joined: Wed Apr 13, 2005 9:16 pm

How do I config the webserver to run PHP scripts?

Post by admin »

1. Install PHP, you can download it from http://www.php.net/downloads.php
2. Open the configuration of Quick 'n Easy Web Server and select the CGI tab.
3. Click Add, enter PHP for the extension and c:\php\php.exe for the interpreter (c:\php\php-cgi.exe for PHP5).
4. Click OK to save.
5. The server now executes PHP scripts.

Note: if your PHP application uses MySQL databases you also need to install MySQL: http://dev.mysql.com/downloads/