Greetings,
I'm running php 4.2.2 on IIS 5. I've set up MySQL no problem, but test.php
gives me this:
PHP Information
* Version: 4.2.2
* OS: WINNT
* SAPI: isapi
* register_globals: No
* magic_quotes_gpc: No
* magic_quotes_runtime: No
* safe_mode: No
* open_basedir:
PHP Extensions
* dBase: No
* GD: No
* GNU Gettext: No
* LDAP: No
* MySQL: Yes
* PHP Extension Dir (compiled): c:\php4
* PHP Extension Dir (run time): c:\winnt\system32
phpESP Settings
* Expected ESP_BASE: F:\clients\mysite\www\phpesp/
* Expected base_url: http://www.mysite.com/
* Loading phpESP.ini.php ...
And that's it. I know running IIS rather than Apache can cause problems - is
that the case here? My base_url is:
$ESPCONFIG['base_url'] = 'http://' . $server['HTTP_HOST'] . '/phpesp/';
Thanks for your help.
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
|