Some issue after re-install OS.
#1. IIS is not allowing running asp code.
Ans: Go to IIS service manager -> Web Service extensions
And then, enable asp code.
#2. PHP for Windows 2003
Ans: by using manually install PHP instead of Windows Installer.
If the installer is already exist, please remove it first.
Check URL at http://www.iis-resources.com/modules/AMs/print.php?storyid=96
To test php file, please use notepade copy&paste the following php code, save it as test.php
********************************************************************************
<?php
// Show all information, defaults to INFO_ALL
phpinfo();?>
********************************************************************************
#3. phpbb is calling MySQL, need to re-install MySQL
0 Comments:
Post a Comment
<< Home