Code: Select all
#LoadModule php5_module php5apache2_2.dll
Code: Select all
#PHPIniDir "C:/php"
DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs"
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php
Code: Select all
doc_root = C:\Program Files\Apache Group\Apache2\htdocs
Code: Select all
extension_dir = C:\php\ext
under environment variable in System dialog box(control panel)
set user variables
PHPRC C:\php
and System variable
Path ;c:\php at the end
placed php.ini and php5ts.dll under windows folder.
And opened phpinfo.php file from the document root of the web server
C:\Program Files\Apache Group\Apache2\htdocs
but I am getting blank window. can open the source code but it is not executing.
Server is running though I have to stop it by clicking on close button.