View Single Post
Old 02-02-2004, 04:37 AM   #1
esadie
Green Mole
 
Join Date: Feb 2004
Posts: 1
Thumbs up phpDig working in IIS

I got phpDig working on IIS5

I had to change the $_SERVER['REQUEST_URI'] to $_SERVER['SCRIPT_NAME'] in the config.php file on line 19.

The var $_SERVER['SCRIPT_NAME'] exists in both IIS and Apache.
The same config file should then work in Apache as well.

and I had to add "ob_start();" to the top of this page as well, because of the page redirection at the bottom of the page.
esadie is offline   Reply With Quote