<?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>My PC Note &#187; Redirection</title>
	<atom:link href="http://mypcnote.com/tag/redirection/feed/" rel="self" type="application/rss+xml" />
	<link>http://mypcnote.com</link>
	<description>All about the latest Technology, Software, Gadget, Review, Premium Wordpress Themes, Plugins, Web Hosting and Giveaway</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:17:23 +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>Easy to make redirect your webpage or blog</title>
		<link>http://mypcnote.com/easy-to-make-redirect-your-webpage-or-blog/</link>
		<comments>http://mypcnote.com/easy-to-make-redirect-your-webpage-or-blog/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 17:49:46 +0000</pubDate>
		<dc:creator>myPCnote</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[Redirection]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://www.mypcnote.com/easy-to-make-redirect-your-webpage-or-blog/</guid>
		<description><![CDATA[1. Redirection from old domain to New domain using .htaccess Create code below and rename it as .htaccess and placed in your root directory into your old web or blog. Please replace www.yourdomainname.com with your new domain you want make redirect. This method of redirection works on Linux servers having the Apache Mod-Rewrite moduled enabled. [...]]]></description>
			<content:encoded><![CDATA[<div id='lw_context_ads'><div class="KonaBody"><p><img src="http://mycdn.mypcnote.com/wp-content/uploads/2008/01/redirection-apache-webblog1.jpg" alt="redirection web blog" align="left" /><strong>1. Redirection from old domain to New domain using .htaccess</strong></p>
<p>Create code below and rename it as .htaccess and placed in your root directory into your old web or blog. Please replace www.yourdomainname.com with your new domain you want make <a href="http://en.wikipedia.org/wiki/Wikipedia:Redirect">redirect</a>. This method of redirection works on Linux servers having the Apache Mod-Rewrite moduled enabled.</p>
<p><code>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://www.yourdomainname.com/$1 [R=301,L]</code></p>
<p><strong>2. Redirect from non www to www</strong></p>
<p>Create a .htaccess file and placed in the root directory of your old web or blog. Please REPLACE yourdomainname.com and www.yournewdomainname.com with new domain name you want to make <a href="http://www.webconfs.com/how-to-redirect-a-webpage.php" target="_blank">redirect</a>. Works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.</p>
<p><code>Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^yourdomainname.com [nc]<br />
rewriterule ^(.*)$ http://www.yourdomainname.com/$1 [r=301,nc]</code></p>
<p><strong>3. Redirection using index.html</strong></p>
<p>You can use this code before &lt;/head&gt; . Copy and rename it as index.html and replace yourdomainname where you want make redirection. For your information you can change number 5 to 4 or 3 or 2 that mean how many seconds you want automatically <a href="http://www.seobook.com/archives/001714.shtml" target="_blank">redirect</a> to your new webpage or blog.</p>
<p><code>&lt;meta http-equiv="Refresh" content="5; URL=http://yourdomainname.com" /&gt;</code></p>
</div></div><!-- #lw_context_ads -->
]]></content:encoded>
			<wfw:commentRss>http://mypcnote.com/easy-to-make-redirect-your-webpage-or-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 625/636 objects using disk: basic
Content Delivery Network via mycdn.mypcnote.com

Served from: mypcnote.com @ 2012-02-13 06:40:57 -->
