hey guys, I have just installed php 4 on a windows 2003 server running IIS 6. I have php configured and I am able to view the index.php file when I type in "http://myserver:8080/" into my browser. My problem is, the index.php file is the only php file I am able to view in the web browser. I created a test.php page with a simple <?php echo "hello"; ?> in it, but nothing showed up when trying to view the page (http://myserver:8080/test.php). I took the same code and saved it as index.php and hello appeared in my browser.
The thing that is even more weird, is when I actually specifiy the index.php file.. (http://myserver:8080/index.php) nothing appears on the page. It only works when access the default content file.
For some reason IIS is only recognizing the default content page.... (which is index.php)..............has anyone come across this or experieneced this problem.
Thanks!