Click to See Complete Forum and Search --> : Installating php On winNT


Anon
09-29-2001, 04:18 AM
Hai Friends,

I am a new bie to Php.I am using Win2000 server. Where by i need to install
php.I copied the php.ini file in c:\\winnt\\ folder. and i want to execute the php
file which are located in D:\\php\\ .


Can you tell me what is exact procedure to install Php and make it run.


Please suggest,,

Thanks in advance any help is really appreciated

Regards
Nagaraj

pure_mourning
09-30-2001, 10:23 AM
you will need to run the PHP installer first, the configure your website in IIS admin to map .php files to the php.exe file. if thats in D:\PHP\ do this:

right click your website in Internet Services Manager.
click properties, in Home Directory tab, under appliacetion click configuration...
if .php is not in the list, click add..
-->in the executable box browse to your php.exe
-->in extension, type .php
-->click all verbs on
-->click script engine and check that file exists ON
click ok all the way out

if you want to store your PHP files in a differnt directory than that of your html files, you will need to set up a virtual directory i guess...