Topic: TIPS : How to run punBB on Windows
Usage :
- Windows 2003 Server EE with IIS 6.0
- PHP 5.0.4 with MySQL/MySQLi extensions
- MySQL Server 4.1.13
Edit install.php and replace
define('PUN_ROOT', './');
by
define('PUN_ROOT', dirname(__FILE__).'./');
Same method in the index.php and perhaps others.