PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   phpDig working in IIS (http://www.phpdig.net/forum/showthread.php?t=473)

esadie 02-02-2004 04:37 AM

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.


All times are GMT -8. The time now is 04:17 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.