harwoodr Posted February 17, 2007 Share Posted February 17, 2007 Is it true that IIs servers with PHP wont action this html page <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> hello old world1 <?php // Hello World in PHP echo 'Hello World!'; ?> </body> <a href="./test.php"> <?php // Hello World in PHP echo 'Hello World2!'; ?> </body> </html> Link to comment https://forums.phpfreaks.com/topic/38963-is-it-true-iis-wont-read-this/ Share on other sites More sharing options...
ToonMariner Posted February 17, 2007 Share Posted February 17, 2007 only if php isn't installed and the configuration for both server and php are not correct. Link to comment https://forums.phpfreaks.com/topic/38963-is-it-true-iis-wont-read-this/#findComment-187481 Share on other sites More sharing options...
harwoodr Posted February 17, 2007 Author Share Posted February 17, 2007 server config appear ok it reads php docs fine, just wont look at php in web page any idea's Link to comment https://forums.phpfreaks.com/topic/38963-is-it-true-iis-wont-read-this/#findComment-187564 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.