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
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
Comment