<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Install PHP under Apache and Vista</title>
	<atom:link href="http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/</link>
	<description>tools and tips for teaching chemistry online</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:59:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pepe</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-528</link>
		<dc:creator>Pepe</dc:creator>
		<pubDate>Mon, 19 Oct 2009 18:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-528</guid>
		<description>it works!!!!!!!!!!!!!!!!!!!!! Thanks a lot!!!!</description>
		<content:encoded><![CDATA[<p>it works!!!!!!!!!!!!!!!!!!!!! Thanks a lot!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-522</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Mon, 07 Sep 2009 08:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-522</guid>
		<description>I have followed this tutorial, but i got to place that i can&#039;t find the PHP 5.2.3, i spent almost three days trying to firuge something out with PHP4 but never worked out.
I have installed Php 5.3.10 with apache2.2 and mysql and evrything work well.
all the confuguration went okay, i tred test.php and it worked well, but when i upload my website that i have done it on window Xp, i couldn&#039;t connect to mysql when i hit connect on the webpage it gives me the http404 error, does anyone had this problem.
i was serching the net, i have a feeling that this is caused because i am using vista ultimate, so the code i different from php4.
code difference

i hope i will be able to fix, so i can continue doing my website.</description>
		<content:encoded><![CDATA[<p>I have followed this tutorial, but i got to place that i can&#8217;t find the PHP 5.2.3, i spent almost three days trying to firuge something out with PHP4 but never worked out.<br />
I have installed Php 5.3.10 with apache2.2 and mysql and evrything work well.<br />
all the confuguration went okay, i tred test.php and it worked well, but when i upload my website that i have done it on window Xp, i couldn&#8217;t connect to mysql when i hit connect on the webpage it gives me the http404 error, does anyone had this problem.<br />
i was serching the net, i have a feeling that this is caused because i am using vista ultimate, so the code i different from php4.<br />
code difference</p>
<p>i hope i will be able to fix, so i can continue doing my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie Holeman</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-520</link>
		<dc:creator>Natalie Holeman</dc:creator>
		<pubDate>Fri, 28 Aug 2009 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-520</guid>
		<description>Problems I had (I think 1 and 2 came from having a different .msi file than when you made the instructions and 3 just needs clarification for people like me):
1.  I could not find all the dll&#039;s you listed (I am going with the the included in the msi for the moment.

2.  I did not have the file php.ini-recommended so I left the php.ini that was already there.

3.  I was not sure where to put the 4 lines:
LoadModule php5_module &quot;C:\php\php5apache2_2.dll&quot;
AddType application/x-httpd-php .php
AcceptPathInfo on
PHPIniDir &quot;C:\php&quot;
So I put the LoadModule at the end of the LoadModule statements; the AddType at the end of the AddType statements; and the other two lines at the very bottom.

4.  AND THE BIGGEST PROBLEM -- MS&#039;s notepad appended .txt to test.php so it was test.php.txt and I spent 4 hours trying to figure out why everything seemed to look like it was working except I kept getting a 404.  I dropped the .txt suffix and it worked as described.  

Now to do my homework and hopefully get good file access.  But that is another problem.</description>
		<content:encoded><![CDATA[<p>Problems I had (I think 1 and 2 came from having a different .msi file than when you made the instructions and 3 just needs clarification for people like me):<br />
1.  I could not find all the dll&#8217;s you listed (I am going with the the included in the msi for the moment.</p>
<p>2.  I did not have the file php.ini-recommended so I left the php.ini that was already there.</p>
<p>3.  I was not sure where to put the 4 lines:<br />
LoadModule php5_module &#8220;C:\php\php5apache2_2.dll&#8221;<br />
AddType application/x-httpd-php .php<br />
AcceptPathInfo on<br />
PHPIniDir &#8220;C:\php&#8221;<br />
So I put the LoadModule at the end of the LoadModule statements; the AddType at the end of the AddType statements; and the other two lines at the very bottom.</p>
<p>4.  AND THE BIGGEST PROBLEM &#8212; MS&#8217;s notepad appended .txt to test.php so it was test.php.txt and I spent 4 hours trying to figure out why everything seemed to look like it was working except I kept getting a 404.  I dropped the .txt suffix and it worked as described.  </p>
<p>Now to do my homework and hopefully get good file access.  But that is another problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-512</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-512</guid>
		<description>Iam badly in need of ur help...pls help me out na.. thanks a lot in advance.</description>
		<content:encoded><![CDATA[<p>Iam badly in need of ur help&#8230;pls help me out na.. thanks a lot in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-511</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-511</guid>
		<description>Hi even i get de code tat u asked to type.. wat shud i do now?</description>
		<content:encoded><![CDATA[<p>Hi even i get de code tat u asked to type.. wat shud i do now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-510</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-510</guid>
		<description>Hi 

Thanks very much for the tutorial. I used your tutorial on apache to install apache and managed to get it running. I have used your php tutorial to try and install php. 

When I try to load the http://localhost/test.php it asks me if I want to open the file or save it. I chose to open it and it shows me the php info code you told us to type in. 

Could you please suggest what I could have done wrong.

It is my first time installing php as I have just decided to start learning php. 
Thanks very much 

Regards

Mike</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thanks very much for the tutorial. I used your tutorial on apache to install apache and managed to get it running. I have used your php tutorial to try and install php. </p>
<p>When I try to load the <a href="http://localhost/test.php" rel="nofollow">http://localhost/test.php</a> it asks me if I want to open the file or save it. I chose to open it and it shows me the php info code you told us to type in. </p>
<p>Could you please suggest what I could have done wrong.</p>
<p>It is my first time installing php as I have just decided to start learning php.<br />
Thanks very much </p>
<p>Regards</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheche_leche</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-508</link>
		<dc:creator>cheche_leche</dc:creator>
		<pubDate>Wed, 24 Jun 2009 12:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-508</guid>
		<description>This is the error:
&quot;Not Found
The requested URL /AirAlliance/web/AirAllience/index.php was not found on this server.&quot;

I was trying to run the sample, I&#039;ve already set up the apache server and it says &quot;It works&quot;, now, i was trying to run the php info and an error message occured says, &quot;Forbidden&quot; or 403, or sometimes 404, please tell me what to do? i want to pulled my hair in my head, almost 2 nights that i am very frustrated...</description>
		<content:encoded><![CDATA[<p>This is the error:<br />
&#8220;Not Found<br />
The requested URL /AirAlliance/web/AirAllience/index.php was not found on this server.&#8221;</p>
<p>I was trying to run the sample, I&#8217;ve already set up the apache server and it says &#8220;It works&#8221;, now, i was trying to run the php info and an error message occured says, &#8220;Forbidden&#8221; or 403, or sometimes 404, please tell me what to do? i want to pulled my hair in my head, almost 2 nights that i am very frustrated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maria</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-507</link>
		<dc:creator>maria</dc:creator>
		<pubDate>Sat, 20 Jun 2009 02:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-507</guid>
		<description>Thank you so much!  I have been struggling all day-using a book that I actually paid good money for.  Your free advice was so much more useful!</description>
		<content:encoded><![CDATA[<p>Thank you so much!  I have been struggling all day-using a book that I actually paid good money for.  Your free advice was so much more useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patelligence</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-506</link>
		<dc:creator>Patelligence</dc:creator>
		<pubDate>Thu, 04 Jun 2009 16:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-506</guid>
		<description>I dont think WAMP is good to use, i prefer to do manually. It is much better and not that complicated</description>
		<content:encoded><![CDATA[<p>I dont think WAMP is good to use, i prefer to do manually. It is much better and not that complicated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visit</title>
		<link>http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-503</link>
		<dc:creator>visit</dc:creator>
		<pubDate>Wed, 20 May 2009 09:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/#comment-503</guid>
		<description>Please let me know if there are any equally great sites like this you can recommend to me. Thanks Again</description>
		<content:encoded><![CDATA[<p>Please let me know if there are any equally great sites like this you can recommend to me. Thanks Again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
