<?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>seventy6 &#187; mamp</title>
	<atom:link href="http://www.seventy6.com/tag/mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seventy6.com</link>
	<description>code, design and things</description>
	<lastBuildDate>Fri, 06 Aug 2010 21:05:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Drupal, 1&amp;1 hosting and some 500 errors to order</title>
		<link>http://www.seventy6.com/2009/03/12/drupal-11-hosting-and-some-500-errors-to-order/</link>
		<comments>http://www.seventy6.com/2009/03/12/drupal-11-hosting-and-some-500-errors-to-order/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:12:55 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mamp]]></category>

		<guid isPermaLink="false">http://www.seventy6.com/?p=51</guid>
		<description><![CDATA[Migrating from a MAMP localhost to 1&#38;1 shared server space for a Drupal site, started causing intermittent 500 error pages. But no real feedback from Drupal. After some digging it turns out that 1&#38;1 default to PHP 4.4.9 even through they have 5.2.8 installed!!??!! So adding an .htaccess file (even though they don&#8217;t allow them) [...]]]></description>
			<content:encoded><![CDATA[<p>Migrating from a <a title="MAMP" href="http://www.mamp.info/en/index.html">MAMP</a> localhost to 1&amp;1 shared server space for a <a title="Drupal" href="http://drupal.org/node/232773">Drupal</a> site, started causing intermittent 500 error pages. But no real feedback from Drupal.</p>
<p>After some <a title="digging" href="http://drupal.org/node/232773">digging</a> it turns out that 1&amp;1 default to PHP 4.4.9 even through they have 5.2.8 installed!!??!!</p>
<p>So adding an .htaccess file (even though they don&#8217;t allow them) with the following line of code upgrades you nicely:</p>
<p><code>AddType x-mapp-php5 .php</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seventy6.com/2009/03/12/drupal-11-hosting-and-some-500-errors-to-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress mu and mamp pro</title>
		<link>http://www.seventy6.com/2009/01/21/wordpress-mu-and-mamp-pro/</link>
		<comments>http://www.seventy6.com/2009/01/21/wordpress-mu-and-mamp-pro/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 19:25:21 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[servers]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seventy6.com/?p=36</guid>
		<description><![CDATA[If your trying to get WordPress mu working on your local testing serving running Mamp Pro; you might get an unexpected port number warning. To get round this in Mamp Pro click on &#8216;Server&#8217; button. Within the &#8216;General&#8217; tab click &#8216;Default ports&#8217; button for the Apache ports. This will change the port number to 80 [...]]]></description>
			<content:encoded><![CDATA[<p>If your trying to get <a title="WordPress mu" href="http://mu.wordpress.org">WordPress mu</a> working on your local testing serving running <a title="Mamp Pro" href="http://www.mamp.info/en/mamp-pro/">Mamp Pro;</a> you might get an unexpected port number warning. To get round this in Mamp Pro click on &#8216;Server&#8217; button. Within the &#8216;General&#8217; tab click &#8216;Default ports&#8217; button for the Apache ports. This will change the port number to 80 &#8211; the standard port for http serving.<span id="more-36"></span></p>
<p>By making this small adjustment your test domain urls will now look like test-domain.test/ instead of test-domain.test:8888/.</p>
<p>Make sure when you set up a new test domain always use a .test, .local etc domain extension. Basically not the live site domain &#8211; no end of problems will start for you! Also, I have the &#8216;Local name resolution&#8217; checked under the domain name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seventy6.com/2009/01/21/wordpress-mu-and-mamp-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
