PHP on Win2k will not come up!
Posted: Tue Feb 19, 2008 10:46 am
I can run phpinfo() –i on a command line but CANNOT get it to come up in the browser!?
I tried all the configurations available on php site but none producing results. I get the 403 error and that’s it! I used the “php5.2-win32-installer-latest.msi” configuration since I am running Apache 2.
Also, I tried:
In the ‘Environment Variables’ I moved the php path to the end of the path and created the PHPRC path.
None of it works!
Would anyone have any idea what to do?
Installing Linux is a piece of cake.
Thanks,
George
I tried all the configurations available on php site but none producing results. I get the 403 error and that’s it! I used the “php5.2-win32-installer-latest.msi” configuration since I am running Apache 2.
Also, I tried:
Code: Select all
<Directory "C:/www/php">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
None of it works!
Would anyone have any idea what to do?
Installing Linux is a piece of cake.
Thanks,
George