<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>my digital playground &#187; PHP</title>
	<atom:link href="http://blog.vogel.vu/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vogel.vu</link>
	<description>photography &#124; computers &#124; daily things</description>
	<lastBuildDate>Wed, 12 Jan 2011 17:36:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>PHP handler override through .htaccess file</title>
		<link>http://blog.vogel.vu/2009/09/17/php-handler-override-through-htaccess-file/</link>
		<comments>http://blog.vogel.vu/2009/09/17/php-handler-override-through-htaccess-file/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:58:01 +0000</pubDate>
		<dc:creator>Reto Vogel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Hoststar]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.vogel.vu/?p=119</guid>
		<description><![CDATA[While setting up my new blog and adding some useful plugins, I asserted that my hoster&#8217;s (Hoststar &#8211; Multimedia Networks AG) default php handler is version 4.3.11 &#8230; a bit out of date I think (actual version is 5.2.x respectively 5.3.x). After some research and try-and-error I found an easy way to change the handler [...]]]></description>
			<content:encoded><![CDATA[<p>While setting up my new blog and adding some useful plugins, I asserted that my hoster&#8217;s (<a href="http://www.hoststar.ch" title="Hoststar - Multimedia Networks AG" target="_blank" class="liexternal">Hoststar &#8211; Multimedia Networks AG</a>) default php handler is version 4.3.11 &#8230; a bit out of date I think (<a href="http://www.php.net/downloads.php" title="PHP 5" target="_blank" class="liexternal">actual version</a> is 5.2.x respectively 5.3.x).</p>
<p>After some research and try-and-error I found an easy way to change the handler without getting in contact with the support unit &#8211; thanks to my studies colleague <a href="http://www.thomasgalliker.ch/index.php?option=com_content&amp;view=article&amp;id=142:php5-mit-hoststar&amp;catid=79:allgemeines&amp;Itemid=143" title="Thomas Galliker" target="_blank" class="liexternal">Thomas Galliker</a> and to Google.<span id="more-119"></span></p>
<p>There are two possibilities to bypass this &#8220;problem&#8221;:</p>
<ol>
<li>Change the ending of all php files to .php52.</li>
<li>Add the following lines to the corresponding .htaccess File to use the <acronym title="Pre-Hypertext Processing">PHP</acronym> 5.2 handler for all php files:</li>
</ol>
<p style="padding-left: 60px;"><code>Action php /cgi-php52/php<br />
AddHandler php52 .php</code></p>
<p>After changing the handler via .htaccess file I didn&#8217;t have any problems with my installed and activated plugins.</p>


Bookmark, print, and share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;partner=sociable" title="Print"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;partner=sociable" title="PDF"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;title=PHP%20handler%20override%20through%20.htaccess%20file&amp;bodytext=While%20setting%20up%20my%20new%20blog%20and%20adding%20some%20useful%20plugins%2C%20I%20asserted%20that%20my%20hoster%27s%20%28Hoststar%20-%20Multimedia%20Networks%20AG%29%20default%20php%20handler%20is%20version%204.3.11%20...%20a%20bit%20out%20of%20date%20I%20think%20%28actual%20version%20is%205.2.x%20respectively%205.3.x%29.%0D%0A%0D%0AAfter%20so" title="Digg"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;t=PHP%20handler%20override%20through%20.htaccess%20file" title="Facebook"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;title=PHP%20handler%20override%20through%20.htaccess%20file&amp;notes=While%20setting%20up%20my%20new%20blog%20and%20adding%20some%20useful%20plugins%2C%20I%20asserted%20that%20my%20hoster%27s%20%28Hoststar%20-%20Multimedia%20Networks%20AG%29%20default%20php%20handler%20is%20version%204.3.11%20...%20a%20bit%20out%20of%20date%20I%20think%20%28actual%20version%20is%205.2.x%20respectively%205.3.x%29.%0D%0A%0D%0AAfter%20so" title="del.icio.us"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;title=PHP%20handler%20override%20through%20.htaccess%20file" title="StumbleUpon"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;t=PHP%20handler%20override%20through%20.htaccess%20file" title="MySpace"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;title=PHP%20handler%20override%20through%20.htaccess%20file" title="Live"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.vogel.vu%2F2009%2F09%2F17%2Fphp-handler-override-through-htaccess-file%2F&amp;title=PHP%20handler%20override%20through%20.htaccess%20file&amp;annotation=While%20setting%20up%20my%20new%20blog%20and%20adding%20some%20useful%20plugins%2C%20I%20asserted%20that%20my%20hoster%27s%20%28Hoststar%20-%20Multimedia%20Networks%20AG%29%20default%20php%20handler%20is%20version%204.3.11%20...%20a%20bit%20out%20of%20date%20I%20think%20%28actual%20version%20is%205.2.x%20respectively%205.3.x%29.%0D%0A%0D%0AAfter%20so" title="Google Bookmarks"><img src="http://blog.vogel.vu/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.vogel.vu/2009/09/17/php-handler-override-through-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

