acidburst2
Sat 18th Jan '03, 9:28am
Greetings,
This is my first time attempting to use vbulleting and PHP and I must say I am thankful for forums like this.
I followed the instructions posted in this forum for installing PHP4 on a windows 2003 RC2 machine. What the tutorial assumes is that the reader understands the IIS webserver very well. I unfortunately do not yet.
after completing the steps above I attempt to launch a test.php (which is designed only to echo my php's version.) However, i see this page here instead: http://24.130.188.66/test.php
I am almost certain this has to do with security policies assigned, but I do not know how to set these up. I have spend the past day trying to understand the manual with little sucess.
I read this on this board "Set up the appropriate security. in the Internet service manager and if your're using NTFS , add execute rights for I_USR_ to the directory that contains php.exe."
How do i set up the NTFS security? This should be the problem.
Please help.
content of test.php
<?php
phpinfo();
?>
This is my first time attempting to use vbulleting and PHP and I must say I am thankful for forums like this.
I followed the instructions posted in this forum for installing PHP4 on a windows 2003 RC2 machine. What the tutorial assumes is that the reader understands the IIS webserver very well. I unfortunately do not yet.
after completing the steps above I attempt to launch a test.php (which is designed only to echo my php's version.) However, i see this page here instead: http://24.130.188.66/test.php
I am almost certain this has to do with security policies assigned, but I do not know how to set these up. I have spend the past day trying to understand the manual with little sucess.
I read this on this board "Set up the appropriate security. in the Internet service manager and if your're using NTFS , add execute rights for I_USR_ to the directory that contains php.exe."
How do i set up the NTFS security? This should be the problem.
Please help.
content of test.php
<?php
phpinfo();
?>