hi, my php files does not work in subdirectories within the root directory itself. eg) my root directory is c:\Program Files\Apache Group\Apache2\htdocs and inside htdocs, there are folders called site1, site2 etc. i also have a file called info.php. When info.php is in the root directory, it displays the result of <? phpinfo(); ?>, meaning, it works. however, if info.php is put inside the folder site1 or site2, it doesn't work and displays a white blank page.
some config code from my httpd.conf file:
LoadModule php4_module modules/php4apache2.dll
AddType application/x-httpd-php .php3 .php .php4 .phtml
AddType application/x-httpd-php-source .phps .sphp
thx for ne help!