<?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>Tomislav Mihajlovic (Toma) &#124; SEO and Internet marketing Consultant &#187; htaccess redirection</title>
	<atom:link href="http://www.toma2u.com/tag/htaccess-redirection/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toma2u.com</link>
	<description>Tomislav Mihajlovic (Toma) - Search Engine Optimization, First page on Google, AdSense and AdWords consulting, Cheap Websites...</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:12:50 +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>Seo importance, Joomla site with or without www, .htaccess 301 redirection</title>
		<link>http://www.toma2u.com/internet/joomla/243/seo-importance-joomla-site-with-or-without-www-htaccess-301-redirection</link>
		<comments>http://www.toma2u.com/internet/joomla/243/seo-importance-joomla-site-with-or-without-www-htaccess-301-redirection#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:14:56 +0000</pubDate>
		<dc:creator>toma</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[301 redirection]]></category>
		<category><![CDATA[htaccess redirection]]></category>
		<category><![CDATA[joomla 301 redirection]]></category>
		<category><![CDATA[joomla redirection friendly]]></category>
		<category><![CDATA[joomla seo redirection]]></category>

		<guid isPermaLink="false">http://www.toma2u.com/?p=243</guid>
		<description><![CDATA[Here is the litle peace of code that will improve your SEO. In order to reduce duplicant content you need to 301 redirected the non www version of the url as well as the /index.php version of the home page url to www version of your site. Paste this code in your .htaccess file then [...]


Related posts:<ol><li><a href='http://www.toma2u.com/internet/wordpress/146/optimizing-wp-super-cache' rel='bookmark' title='Permanent Link: Speeding up WP Super Cache by changing htaccess file'>Speeding up WP Super Cache by changing htaccess file</a></li>
<li><a href='http://www.toma2u.com/internet/joomla/95/speeding-up-joomla-site-making-it-load-faster' rel='bookmark' title='Permanent Link: Speeding up joomla site, making it load faster'>Speeding up joomla site, making it load faster</a></li>
<li><a href='http://www.toma2u.com/internet/joomla/24/how-to-add-description-to-joomla-marketplace' rel='bookmark' title='Permanent Link: How to add description to Joomla Marketplace?'>How to add description to Joomla Marketplace?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.creamylife.com/wp-content/uploads/2010/01/seo.jpg"><img class="alignleft" style="margin-left: 2px; margin-right: 2px;" title="seo" src="http://www.creamylife.com/wp-content/uploads/2010/01/seo-300x218.jpg" alt="joomla, Seo importance, Joomla site with or without www, .htaccess 301 redirection, seo 300x218 " width="201" height="146" /></a></p>
<p>Here is the litle peace of code that will improve your SEO.</p>
<p>In order to reduce duplicant content you need to 301 redirected the non www version of the url as well as the /index.php version of the home page url to www version of your site.</p>
<p>Paste this code in your .htaccess file then change<em> yoursite.com</em> to the name of your site and all the forms of your sites first page</p>
<ul>
<li>yoursite.com,</li>
<li>yoursite.com/index.php and</li>
<li>yoursite.com/index.php?option=com_frontpage&amp;Itemid=1</li>
</ul>
<p>will be redirected to <strong>www.yoursite.com</strong></p>
<pre class="brush: php;">

########## Begin - 301 Redirect
 Options +FollowSymLinks
 RewriteEngine on
 RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
 RewriteRule .* &lt;!-- m --&gt;http://www.yoursite.com/&lt;!-- m --&gt; [L,R=301]
 #
 RewriteEngine On
 RewriteBase /
 RewriteCond %{HTTP_HOST} !^www\.yoursite\.com$
 RewriteRule ^(.*)$ &lt;!-- m --&gt;http://www.yoursite.com/$1&lt;!-- m --&gt; [R=301,L]
 RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
 RewriteRule index\.php$ &lt;!-- m --&gt;http://www.yoursite.com/&lt;!-- m --&gt;%1 [R=301,L]
 #
 RewriteCond %{QUERY_STRING} ^option=com_frontpage&amp;Itemid=1$
 RewriteRule ^index\.php$ &lt;!-- m --&gt;http://www.yoursite.com/&lt;!-- m --&gt;? [R=301,L]
 ########## End - 301 Redirect
</pre>
<p>If you think this code was helpful, share it with your friends.</p>
<img src="http://www.toma2u.com/?ak_action=api_record_view&id=243&type=feed" alt="joomla, Seo importance, Joomla site with or without www, .htaccess 301 redirection,  "  title="Seo importance, Joomla site with or without www, .htaccess 301 redirection" />

<p>Related posts:<ol><li><a href='http://www.toma2u.com/internet/wordpress/146/optimizing-wp-super-cache' rel='bookmark' title='Permanent Link: Speeding up WP Super Cache by changing htaccess file'>Speeding up WP Super Cache by changing htaccess file</a></li>
<li><a href='http://www.toma2u.com/internet/joomla/95/speeding-up-joomla-site-making-it-load-faster' rel='bookmark' title='Permanent Link: Speeding up joomla site, making it load faster'>Speeding up joomla site, making it load faster</a></li>
<li><a href='http://www.toma2u.com/internet/joomla/24/how-to-add-description-to-joomla-marketplace' rel='bookmark' title='Permanent Link: How to add description to Joomla Marketplace?'>How to add description to Joomla Marketplace?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.toma2u.com/internet/joomla/243/seo-importance-joomla-site-with-or-without-www-htaccess-301-redirection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
