Hi,

Here's the scenario,

I've installed and am running mySQL on my machine
I've installed Apache and have ran it and seen the page in IE confirming correct
setup.

I've installed PHP4 from a CGI binary distribution at the following location

     c:\Php\

and have been following a tutorial on WebMonkey in order to configure it.

As instructed I have inserted the following lines in my httpd.conf file

    ScriptAlias /php/ "C:/Php/"

    AddType application/x-httpd-php .php .phtml .html
    AddType application/x-httpd-php-source .phps

    Action application/x-httpd-php /Php/php.exe

     DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"

The tutorial also instructed me to move the php4ts.dll to the following place

     c:\Winnt\system

which I have done

After rebooting my machine I started IE and pointed it at the apache server
again.
This time it produced an error as follows (from the log)

     [Tue Aug 21 14:54:47 2001] [error] [client 172.16.18.149] File does not
exist:
     c:/program files/apache group/apache/htdocs/php/php.exe/index.html

As instructed I created the filephpinfo.php in the Document root and pointed the
 browser at it.

This yielded the following error message:

     [Tue Aug 21 14:54:53 2001] [error] [client 172.16.18.149] File does not
exist:
     c:/program files/apache group/apache/htdocs/php/php.exe/phpinfo.php


Can anyone tell me where I am going wrong here please?

Any suggestions gratefully received.

Thanks,

Paul Eaton.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to