hi list,
 
i have a small prob......regarding php, and apache.....
 
apache is working fine alone.......displays its test page....
 
I have also installed php according to the installation guide...that comes with it.....
 
when i tried to access test.php which i have created and placed in the htdocs, it gives me 404 error.....what might be wrong...
 
i have configured httpd.conf file to use apache with php like this:
 
    AddType application/x-tar .tgz
    ScriptAlias /php/ "D:/PHP/php-4.3.4-Win32"
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .php3
    AddType application/x-httpd-php .php4
    Action application/x-httpd-php "/php/php.exe"
 
but still doesn't work......
 
from the command line i went to the directory where php.exe is and did ' php.exe -i' which gave me screen full of html codes, the giude says that shows php works fine.....
 
any suggestion or addition to be made plez.....
 
help me plez.....
regards chez....

Reply via email to