<?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>Lab-m &#187; 1and1</title>
	<atom:link href="http://labmgroup.com/tag/1and1/feed/" rel="self" type="application/rss+xml" />
	<link>http://labmgroup.com</link>
	<description>combining business, technology and internet marketing</description>
	<lastBuildDate>Fri, 07 Jan 2011 12:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing Zend on 1and1 Shared Hosting</title>
		<link>http://labmgroup.com/2009/08/installing-zend-on-1and1-shared-hosting/</link>
		<comments>http://labmgroup.com/2009/08/installing-zend-on-1and1-shared-hosting/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 04:10:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[1and1]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[store stacker]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[zend optimizer]]></category>

		<guid isPermaLink="false">http://labmgroup.com/?p=44</guid>
		<description><![CDATA[Step by step instructions for getting, installing,  and running Zend Optimizer on 1and1 shared hosting accounts. These instructions are specific for those of you trying to get StoreStacker to run, but should be useful for other software scrips. Go to  http://www.zend.com/en/products/guard/downloads (site may require that you sign up &#8211; it&#8217;s free) Tic the circle in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1and1.com/?k_id=21673270" target="_blank"><img src="http://banner.1and1.com/xml/banner?size=5%26%number=1" border="0" alt="Banner" width="140" height="28" /></a><br />
Step by step instructions for getting, installing,  and running Zend Optimizer on 1and1 shared hosting accounts. These instructions are specific for those of you trying to get StoreStacker to run, but should be useful for other software scrips.</p>
<ol>
<li>Go to  <a href="http://www.zend.com/en/products/guard/downloads" target="_blank">http://www.zend.com/en/products/guard/downloads</a><br />
(site may require that you sign up &#8211; it&#8217;s free)</li>
<li>Tic the circle in front of Zend Optimizer v3.3</li>
<li>Select package Linux x86 (32bit) version</li>
<li>Download</li>
<li>Unzip/untar  the file on your PC which creates a folder named ZendOptimizer-3.3.3-linux-glibc23-i386</li>
<li>Open ZendOptimizer-3.3.3-linux-glibc23-i386</li>
<li>Open Data folder</li>
<li>Open 5_2_x_comp folder<br />
(the 5.2.x matches your PHP version)</p>
<p>You should see this file: ZendOptimizer.so 1,381 KB<br />
(1.34 MB (1,413,630 bytes)</li>
<li>Upload that file to your 1and1 root directory</li>
<li>Create a php.ini file<br />
(I use a text editor like notepad or textpad)<br />
Add the following lines:</p>
<p>zend_optimizer.optimization_level=15<br />
zend_extension=/homepages/xx/dxxxxxxxxx/htdocs/ZendOptimizer.so</p>
<p>(replace the x&#8217;s with your location)</li>
<li>Upload php.ini to your 1and1 root directory</li>
<li>Upload php.ini to the root of the directory that you installed StoreStacker</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://labmgroup.com/2009/08/installing-zend-on-1and1-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5 on 1and1 Shared Hosting</title>
		<link>http://labmgroup.com/2009/08/php-5-on-1and1-shared-hosting/</link>
		<comments>http://labmgroup.com/2009/08/php-5-on-1and1-shared-hosting/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:14:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[1and1]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[tech tips]]></category>

		<guid isPermaLink="false">http://labmgroup.com/?p=48</guid>
		<description><![CDATA[This is the  simple way to run PHP 5 on your 1and1 Linux shared hosting account. 1and1 gives you the choice of running PHP 4 or 5 on your sites and scripts. The default (due to Apache) throughout your server will be PHP4. To tell Apache to use PHP 5 instead of PHP 4 for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1and1.com/?k_id=21673270" target="_blank"><img src="http://banner.1and1.com/xml/banner?size=5%26%number=1" border="0" alt="Banner" width="140" height="28" /></a><br />
This is the  simple way to run PHP 5 on your <a href="http://www.1and1.com/?k_id=21673270" target="_blank">1and1</a> Linux shared hosting account.</p>
<p><a href="http://www.1and1.com/?k_id=21673270" target="_blank">1and1</a> gives you the choice of running PHP 4 or 5 on your sites and scripts.<br />
The default (due to Apache) throughout your server will be PHP4.</p>
<p>To tell Apache to use PHP 5 instead of PHP 4 for the extension .php, you must add a few lines to your .htaccess file. The instructions will affect the  directory the .htaccess is placed in and all sub-directories under it.</p>
<p><strong>Add the following lines to your .htaccess file.</strong></p>
<p>x-mapp-php5 .php<br />
AddType x-mapp-php5 .php</p>
]]></content:encoded>
			<wfw:commentRss>http://labmgroup.com/2009/08/php-5-on-1and1-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

