<?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> &#187; redirect</title>
	<atom:link href="http://www.oojahtech.com/tag/redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP redirect</title>
		<link>http://www.oojahtech.com/2010/01/20/php-redirect/</link>
		<comments>http://www.oojahtech.com/2010/01/20/php-redirect/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:04:37 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=237</guid>
		<description><![CDATA[If you want to redirect a page with PHP simple create a blank PHP file (example.php) and only include the following line: &#60;?php header( &#8216;Location: http://www.example.com/new_page.html&#8217; ) ; ?&#62; If you want to redirect an entire directory simply name this file index.php NOTE: If you want a permanent redirect because you have moved your website [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to redirect a page with PHP simple create a blank PHP file (example.php) and only include the following line:</p>
<blockquote><p>&lt;?php<br />
header( &#8216;Location: http://www.example.com/new_page.html&#8217; ) ;<br />
?&gt;</p></blockquote>
<p>If you want to redirect an entire directory simply name this file index.php</p>
<p><em><strong>NOTE: </strong>If you want a permanent redirect because you have moved your website and wish to keep your linkbacks from google and other search-engines and sites, follow the directions <a href="http://www.oojahtech.com/2009/08/15/perminant-redirect-with-htaccess/">here</a></em>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/01/20/php-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perminant Redirect with .htaccess</title>
		<link>http://www.oojahtech.com/2009/08/15/perminant-redirect-with-htaccess/</link>
		<comments>http://www.oojahtech.com/2009/08/15/perminant-redirect-with-htaccess/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 21:27:48 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have just moved my blog to a new sub-domain but I did not want to loose my linkbacks. I had requested a redirect from my host, but did not know how long that would take. I discovered with Apache servers running on some kind of *nix server, given the right permissions, I could do [...]]]></description>
			<content:encoded><![CDATA[<p>I have just moved my blog to a new sub-domain but I did not want to loose my linkbacks. I had requested a redirect from my host, but did not know how long that would take. I discovered with Apache servers running on some kind of *nix server, given the right permissions, I could do this myself by editing the .htaccess file. The change was quite simple. I wanted to redirect http://fishbowl42.com/blog/ to http://oojah.fishbowl42.com/blog1.php/ I opened the .htaccess in my /blog directory and made the following alterations:</p>
<blockquote><p># BEGIN<br />
redirect 301 /blog/ http://oojah.fishbowl42.com/blog1.php/<br />
# END</p></blockquote>
<p>Now I tested it out, by clicking on a linkback from www.tuxmachines.org and sure enough that link was directed to the corresponding URL on the new sub-domain.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/08/15/perminant-redirect-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
