I am trying to run PHP5 with Apache Web Server 1.3 om WinXP. This is my first experience with these kinds of products as this is not my domain.
I have installed both of the products on my machine and modified the configuration files of both as following: Apache - httpd.conf: AddType application\x-httpd-php .php LoadModule php5_module "C:\php\php5apache.dll" SetEnv PHPRC C:\windows AddModule mod_php5.c PHP - php.ini: For this I followed all steps in the Installation guide like moving php.ini to C:\windows etc. Also the following: doc_root = C:\apche\htdocs Now when I give this URL in my Web Browser: http://localhost/test.php (or http://127.0.0.1/test.php) nothing shows up; just a plain white page with nothing on it (not even an error message). test.php is just a simple php file. Please let me know if I am doing anything wrong or missing a step in the installation of either PHP or Apache. Its kinda urgent. Thanks.