PHP on ISS (HELP!)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
KPWEB
Forum Newbie
Posts: 1
Joined: Thu Aug 28, 2003 3:17 pm

PHP on ISS (HELP!)

Post by KPWEB »

Hello. I recently transferred a PHP based site to a new server running PHP on IIS. This in itself, I dont believe, is my problem.

First, I know PHP is installed, based on phpinfo():

http://rebeccaherbstonline.com/ip.php

My problem is, none of my dynamic links appear to be working like they once were. This can be seen by clicking on the menubar...its like all the stuff after the "?" in the url is unrecognized, because what is being displayed is the default (the ELSE statement) content:

http://rebeccaherbstonline.com

Is there a specific settign to allow for such functionality in a php config file, or something?

As previously mentioned, everything worked fine, previous to the transfer. Thanks in advance for your help!
webKP
Forum Newbie
Posts: 3
Joined: Tue Sep 03, 2002 11:33 pm

My Bad...

Post by webKP »

I just saw the thread on the new version, and session variables.
Post Reply