<?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>Blog - Epiphany Digital &#187; Website Hosting</title>
	<atom:link href="http://www.epiphanydigital.biz/category/on-website-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.epiphanydigital.biz</link>
	<description>Wibbly Wobbly Timey Wimey... Stuff</description>
	<lastBuildDate>Fri, 30 Dec 2011 14:50:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Use Putty to Store and Manage Your MySQL Tunnels</title>
		<link>http://www.epiphanydigital.biz/2011/09/21/use-putty-to-store-and-manage-your-mysql-tunnels/</link>
		<comments>http://www.epiphanydigital.biz/2011/09/21/use-putty-to-store-and-manage-your-mysql-tunnels/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:40:17 +0000</pubDate>
		<dc:creator>eDigital Admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Website Hosting]]></category>

		<guid isPermaLink="false">http://www.epiphanydigital.biz/?p=97</guid>
		<description><![CDATA[I&#8217;ve been manually creating my tunnels for the same connections over and over again for the longest time. It gets old. I just realized Putty can do this for me. You must remember to go back to the main Session page to click &#8220;save&#8221; since there isn&#8217;t a save button on all pages&#8211;do this prior [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.epiphanydigital.biz/2011/09/21/use-putty-to-store-and-manage-your-mysql-tunnels/' addthis:title='Use Putty to Store and Manage Your MySQL Tunnels ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been manually creating my tunnels for the same connections over and over again for the longest time.  It gets old.  I just realized Putty can do this for me.  You must remember to go back to the main Session page to click &#8220;save&#8221; since there isn&#8217;t a save button on all pages&#8211;do this prior to opening a session.  The follow up pic is of a typical MySQL Administrator setup to use with the tunnel.</p>
<p><img src="/wp-content/uploads/2011/09/image0011.png" alt="Putty" /><br />
<img src="/wp-content/uploads/2011/09/image002.png" alt="MySQL Administrator" /></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.epiphanydigital.biz/2011/09/21/use-putty-to-store-and-manage-your-mysql-tunnels/' addthis:title='Use Putty to Store and Manage Your MySQL Tunnels ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.epiphanydigital.biz/2011/09/21/use-putty-to-store-and-manage-your-mysql-tunnels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess Changing the document root from public_html to a subfolder</title>
		<link>http://www.epiphanydigital.biz/2011/03/06/htaccess-changing-the-document-root-from-public_html-to-a-subfolder/</link>
		<comments>http://www.epiphanydigital.biz/2011/03/06/htaccess-changing-the-document-root-from-public_html-to-a-subfolder/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 17:52:23 +0000</pubDate>
		<dc:creator>eDigital Admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[documentroot]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rewriterule]]></category>

		<guid isPermaLink="false">http://www.epiphanydigital.biz/?p=92</guid>
		<description><![CDATA[If you&#8217;ve ever needed to host your files for a site in a subfolder such as &#8220;public_html/mysubfolder/&#8221; as if it were &#8220;public_html/&#8221; so that your URL displayed is (for example) &#8220;http://www.epiphanydigital.com/&#8221; instead of &#8220;http://www.epiphanydigital.com/mysubfolder&#8221;, then you may want to try something like the following htaccess black magic: RewriteEngine On RewriteRule ^$ /mysubfolder/ [L] RewriteCond %{REQUEST_FILENAME} [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.epiphanydigital.biz/2011/03/06/htaccess-changing-the-document-root-from-public_html-to-a-subfolder/' addthis:title='.htaccess Changing the document root from public_html to a subfolder ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever needed to host your files for a site in a subfolder such as &#8220;public_html/mysubfolder/&#8221; as if it were &#8220;public_html/&#8221; so that your URL displayed is (for example) &#8220;http://www.epiphanydigital.com/&#8221; instead of &#8220;http://www.epiphanydigital.com/mysubfolder&#8221;, then you may want to try something like the following htaccess black magic:</p>
<p><code>RewriteEngine On<br />
RewriteRule ^$ /mysubfolder/ [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_URI} !^/mysubfolder/<br />
RewriteRule ^(.*)$ /mysubfolder/$1<br />
RewriteCond %{SCRIPT_FILENAME} -d<br />
RewriteRule ^epiphanydigital.com/(.*[^/])$ http://www.epiphanydigital.com/$1/ [R=301]</code></p>
<p>Now, a better way is to just modify your VirtualHost record directory on a site by site basis, but if you&#8217;re like me and you&#8217;re on a shared host, you just don&#8217;t have access to do this.  An .htaccess rewrite rule will cost slightly more overhead than a VirtualHost record.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.epiphanydigital.biz/2011/03/06/htaccess-changing-the-document-root-from-public_html-to-a-subfolder/' addthis:title='.htaccess Changing the document root from public_html to a subfolder ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.epiphanydigital.biz/2011/03/06/htaccess-changing-the-document-root-from-public_html-to-a-subfolder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

