Script works as localhost but not with domain name + IIS6, PHP5, Windows Server 2003

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drdaveg
    New Member
    • Nov 2009
    • 1

    Script works as localhost but not with domain name + IIS6, PHP5, Windows Server 2003

    I've been trying to get PHP 4 or 5 to work with my server. Both execute scripts when I call them as localhost, ie

    http://localhost:90/index.php

    but when I use the domain name

    http://www.ruleagents. com/index.php

    the script doesn't execute but rather the home page displays. What setting in IIS needs to be changed to get it to recognize the script for the domain on the web server?

    Thanks!

    David
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    You're using port 90 when on local host and the (default) port 80 when on your domain.

    Are you sure this has nothing to do with it?


    Dan

    Comment

    Working...