<?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>Mayfield Visuals</title>
	<atom:link href="http://mayfieldvisuals.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mayfieldvisuals.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Mar 2012 23:11:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change Max Upload Size with Hostgator</title>
		<link>http://mayfieldvisuals.com/change-max-upload-size-with-hostgator/</link>
		<comments>http://mayfieldvisuals.com/change-max-upload-size-with-hostgator/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 19:56:53 +0000</pubDate>
		<dc:creator>Adam Mayfield</dc:creator>
				<category><![CDATA[Protips]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[max file size]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://mayfieldvisuals.com/?p=398</guid>
		<description><![CDATA[Over the last weekend I was helping out a friend who was working with a photo gallery he just installed. With today&#8217;s technology, digital cameras (even point and shoot) are taking 1, 2, and 3 MB images. This can pose a challenge if you web host limits how much you can upload. Hostgator by default [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last weekend I was helping out a friend who was working with a photo gallery he just installed. With today&#8217;s technology, digital cameras (even point and shoot) are taking 1, 2, and 3 MB images. This can pose a challenge if you web host limits how much you can upload.</p>
<p>Hostgator by default limits this to 2MB. A little secret is that actually allow up to 10MB. All you need to is add a few lines to your php.ini file.</p>
<p><div id="attachment_399" class="wp-caption aligncenter" style="width: 310px"><a href="http://mayfieldvisuals.com/wp-content/uploads/2012/03/hostgator-php-ini.png" rel="lightbox[398]" title="Hostgator php.ini"><img class="size-medium wp-image-399" title="Hostgator php.ini" src="http://mayfieldvisuals.com/wp-content/uploads/2012/03/hostgator-php-ini-300x134.png" alt="Hostgator php.ini" width="300" height="134" /></a><p class="wp-caption-text">Hostgator php.ini</p></div>
<p>You php.ini file should be located in the root when you first log in via FTP. You&#8217;ll need to download that file and edit it using notepad. Add the end you&#8217;ll need to add these two lines&#8230;</p>
<blockquote>
<p>upload_max_filesize = 10M<br />post_max_size = 10M</p>
</blockquote>
<p><div id="attachment_401" class="wp-caption aligncenter" style="width: 387px"><img class="size-full wp-image-401" title="Hostgator Max File Size" src="http://mayfieldvisuals.com/wp-content/uploads/2012/03/hostgator-max-size.png" alt="Hostgator Max File Size" width="377" height="176" /><p class="wp-caption-text">Hostgator Max File Size</p></div>
<p>Save that file and upload back to the root directory and you&#8217;re set!</p>
]]></content:encoded>
			<wfw:commentRss>http://mayfieldvisuals.com/change-max-upload-size-with-hostgator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

