Welcome to Hedir community. Hedir is a community helping to rank the sites on the basis of real customer feedback. Ranking is not based on automated checking of site properties but on the basis of experience with the site/business as a whole. Explore more about Hedir.
Posted: Mon Jul 11, 2005 7:27 am Post subject: Installing PHP5 in windows2000/IIS Latest Blog Post : http://lakhya.hedir.com
Installing PHP5 on windows 2000/IIS is easy ! Follow these steps to know how...
Check if your IIS is already installed and running...
a) Goto settings->control panel and open/remove programs, click the Components button to see if IIS is installed. If not then select IIS and clcikc details to see all the services are selected.
b) Open a browser and type http://localhost/iishelp, if you have installed IIS correctly you should see the IIS documentation page.
Download PHP5:
Goto http://www.php.net and download the php5 windows binary file. Unzip the file.
a) Create a folder called php5 on your hard drive (c:php5) and keep all the unzipped files there.
b) Copy the file php5td.dll under php5 to c:winntsystem32 folder.
c) Copy all the files with extension .dll under dlls folder to c:winntsystem32 folder.
d) Find the file named php.ini-dist , copy it to c:winnt, rename it to php.ini and open it in notepad to make the following changes:
change the extension_dir value to to the directory path in which the loadable extensions reside.
e.g extension_dir=C:php5extensions ;
Make changes in Web Site Properties:
a) Goto start->settings->control panel->administrative tools->internet service manager
b) Right click the default web site and select properties
c) Select ISAPI tab and click Add button
d) Create a new filter named "PHP"
e) Under executable browse to the directory where you have the file php5isapi.dll and select the complete path.
f) Next select Home Directory -> configuration
g) Choose the complete path to the file php5isapi.dll under Executable.
h) Choose .php under Extension
i) Save your changes
j) Restart the IIS
Testing installation:
a) Open notepad and write down these lines
<?php
echo "Its working Fellas !!";
?>
b) Save this file as "test.php" under C:inetpubwwwroot
Posted: Fri Sep 02, 2005 5:04 am Post subject: How about setting it up under apache2
I'm trying to get it to work with apache2, I prefer the program. The os is win 2000 server. I installed it and I get the message "temp. having problems with my Sql. Can you help please.
From your query it seems to be a database related problem rather than server or php related . You have not made it clear when you get this message. Give me some more specifics.
I will write about installation of PHP5,MySql with APACHE2 on windows2000 in my next post in this thread . Keep watching this thread !
Posted: Tue Feb 07, 2006 11:11 pm Post subject: Problem
<p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This
means that a page will only be served up if the REDIRECT_STATUS CGI variable is
set, e.g. via an Apache Action directive.</p>
<p>For more information as to why this behaviour exists, see the manual page for CGI security.</p>
<p>For more information about changing this behaviour or re-enabling this webserver,
consult the installation file that came with this distribution, or visit
the manual page.</p>
All times are GMT
Page 1 of 1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You can vote in polls in this forum You cannot attach files in this forum You can download files in this forum