Posted by Chung Leong on 11/18/54 11:43
mariosp wrote:
> Hello all,
> Obvisouly I need to migrate the Apache linux to windows IIS.
> Do u know some tips on that?
One common problem in doing is Apache specific variables like
DOCUMENT_ROOT and REQUEST_URI, which doesn't exist for IIS. What I
would do is do a search for $_SERVER[] through the code and see what
variables are being used and if necessary, populate the missing ones
yourself.
Migrating to Win32 Apache might be easier. Although with things working
the way they do, the day after you've Apache set up your boss will want
to put an ASP site on the same server :-)
[Back to original message]
|