show/hide this revision's text 3 added Default Document status

IIS is literally sending <?php ... ?> code to the browser rather then executing it.

But, only for the root http://domain.com/index.php file.

All other .php files in that folder and index.php files in subfolders execute as expected.

How can I get my root index.php code to execute?


Update: "index.php" is a Default Document of my Web Site...

alt text

show/hide this revision's text 2 un-linked non-link

IIS is literally sending <?php ... ?> code to the browser rather then executing it.

But, only for the root http://domain.com/index.php file.

All other .php files in that folder and index.php files in subfolders execute as expected.

How can I get my root index.php code to execute?

show/hide this revision's text 1

Why isn't IIS executing the PHP code of my site root index.php file?

IIS is literally sending <?php ... ?> code to the browser rather then executing it.

But, only for the root http://domain.com/index.php file.

All other .php files in that folder and index.php files in subfolders execute as expected.

How can I get my root index.php code to execute?