<?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>iTechLog &#187; MOD_REWRITE</title>
	<atom:link href="http://itechlog.com/tag/mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and a hint of Space and Physics.</description>
	<lastBuildDate>Wed, 09 May 2012 13:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>.htaccess 301 Redirect</title>
		<link>http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/</link>
		<comments>http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 15:59:32 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301 Redirect]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MOD_REWRITE]]></category>
		<category><![CDATA[Search Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Book]]></category>

		<guid isPermaLink="false">http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/</guid>
		<description><![CDATA[<a href="http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/" title=".htaccess 301 Redirect"></a>.htaccess files (or &#8220;distributed configuration files&#8221;) provide a way to make configuration changes on a per-directory basis in an Apache HTTP Server. This file, containing one or more configuration directives, is placed in a particular document directory, and the directives &#8230;<p class="read-more"><a href="http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/" title=".htaccess 301 Redirect"></a><p><b><code>.htaccess</code></b> files (or &#8220;distributed configuration files&#8221;)    provide a way to make configuration changes on a per-directory basis in an <b>Apache HTTP Server</b>. This    file, containing one or more configuration directives, is placed in a    particular document directory, and the directives apply to that    directory, and all subdirectories thereof.</p>
<p>This <b>301&nbsp; Redirect</b> can be used anytime you want to redirect a URL. Here are some examples of its use:</p>
<ul>
<li>Single page &#8211; Redirect 301 /old_page.html http://www.mysite.com/new_page.html</li>
</ul>
<ul>
<li>entire site -&nbsp;&nbsp; Redirect 301 /&nbsp; http://www.new_site.com/</li>
</ul>
<ul>
<li>c<a href="http://www.amazon.co.uk/gp/product/0470100923?ie=UTF8&amp;tag=costafamily-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0470100923" target="_blank"><img style="float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="https://images-na.ssl-images-amazon.com/images/I/5184%2B7hkqxL._SL160_.jpg" alt="" align="left" border="0" /></a>hange file extension (html to php in this case) -&nbsp; RedirectMatch 301 (.*)\.html$ http://www.mysite.com$1.php</li>
</ul>
<p>There are many other uses for Redirect 301 and <a target="_blank" href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html">mod_rewrite on Apache</a>, if you are moving a site or redesigning a site with a new CMS make sure you redirect your old URLs to your new site. By failing to do so any user that clicks on a link to your old site (page) will hit a 404 ERROR page, this will affect your search rankings.&nbsp; </p>
<p>The book &#8220;<a target="_blank" href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/"><b>Professional SEO</b></a>&#8221; has a good chapter in<b> mod_rewrite and URL redirectio</b>n, and is also great SEO manual</p>
<p>For a full <a target="_blank" href="http://httpd.apache.org/docs/1.3/howto/htaccess.html">tutorial on .htaccess</a> visit the official Apache website.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=f4dc6eb8-fe8d-8f5f-b316-e99a32d6f252" /></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.htaccess' rel='tag' target='_self'>.htaccess</a>, <a class='technorati-link' href='http://technorati.com/tag/301+Redirect' rel='tag' target='_self'>301 Redirect</a>, <a class='technorati-link' href='http://technorati.com/tag/Apache' rel='tag' target='_self'>Apache</a>, <a class='technorati-link' href='http://technorati.com/tag/MOD_REWRITE' rel='tag' target='_self'>MOD_REWRITE</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Optimization' rel='tag' target='_self'>Search Optimization</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO+Book' rel='tag' target='_self'>SEO Book</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 4, 2008 -- <a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/" title="Search Engine Optimization  SEO in PHP (Book)">Search Engine Optimization  SEO in PHP (Book)</a></li><li>August 12, 2010 -- <a href="http://itechlog.com/linux/2010/08/12/linuxcon-2010-just-for-fun-poll-results-explained/" title="LinuxCon 2010 Just for Fun Poll Results explained">LinuxCon 2010 Just for Fun Poll Results explained</a></li><li>January 7, 2010 -- <a href="http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/" title="Linux ClearOS to rival Microsoft&#8217;s SBS">Linux ClearOS to rival Microsoft&#8217;s SBS</a></li><li>August 26, 2009 -- <a href="http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/" title="Wordpress Media upload HTTP Error">Wordpress Media upload HTTP Error</a></li><li>June 5, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/" title="Keyword search and website ranking tools">Keyword search and website ranking tools</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization  SEO in PHP (Book)</title>
		<link>http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/</link>
		<comments>http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:55:02 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[MOD_REWRITE]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://itechlog.com/?p=101</guid>
		<description><![CDATA[<a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/" title="Search Engine Optimization  SEO in PHP (Book)"></a>The term SEO (Search Engine Optimization) has become a new phenomenon with marketeers.  As a programmer/developer it&#8217;s very hard to find a good book on such a broad subject but recently I found this great book. The authors go about &#8230;<p class="read-more"><a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/" title="Search Engine Optimization  SEO in PHP (Book)"></a><p><a href="http://www.amazon.co.uk/gp/product/0470100923?ie=UTF8&amp;tag=costafamily-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0470100923" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/I/5184%2B7hkqxL._SL160_.jpg" border="0" alt="" align="right" /></a><br />
The term SEO (Search Engine Optimization) has become a new phenomenon with  <a title="or MARKETER - One that sells goods or services in or to a market, especially one that markets a specified commodity" href="http://www.thefreedictionary.com/marketeer" target="_blank">marketeers</a>.  As a programmer/developer it&#8217;s very hard to find a good book on such a broad subject but recently I found this great book. The authors go about explaining and guiding you through exercises that are relevant for both programmers and marketeers.  It contains detailed chapters on Website Content, Links, Webmaster tools and <a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html" target="_blank">MOD_REWRITE</a>. The code snipets found in this book can be used as a good reference guide to any SEO project.   This <a title="SEO with PHP" href="http://www.amazon.co.uk/gp/product/0470100923?ie=UTF8&amp;tag=costafamily-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0470100923" target="_blank">book is for PHP Programmers</a> but they have also published a <a title="SEO with .net" href="http://www.amazon.co.uk/gp/product/0470131470?ie=UTF8&amp;tag=costafamily-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0470100923" target="_blank">.NET version.</a></p>
<p>If  you develop with <a title="Wordpress.org" href="http://wordpress.org" target="_blank">WordPress.org</a> this releted post can also be very helpfull:  <a title="SEO and WordPress" href="http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/" target="_blank">SEO and WordPress</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Books' rel='tag' target='_self'>Books</a>, <a class='technorati-link' href='http://technorati.com/tag/MOD_REWRITE' rel='tag' target='_self'>MOD_REWRITE</a>, <a class='technorati-link' href='http://technorati.com/tag/PHP' rel='tag' target='_self'>PHP</a>, <a class='technorati-link' href='http://technorati.com/tag/Programming' rel='tag' target='_self'>Programming</a>, <a class='technorati-link' href='http://technorati.com/tag/Search' rel='tag' target='_self'>Search</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>June 5, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/" title="Keyword search and website ranking tools">Keyword search and website ranking tools</a></li><li>May 13, 2009 -- <a href="http://itechlog.com/web-programming/2009/05/13/automatically-display-form-data-with-php/" title="Automatically display form data with PHP">Automatically display form data with PHP</a></li><li>March 27, 2009 -- <a href="http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/" title=".htaccess 301 Redirect">.htaccess 301 Redirect</a></li><li>December 13, 2008 -- <a href="http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/" title="SEO and Wordpress">SEO and Wordpress</a></li><li>January 10, 2012 -- <a href="http://itechlog.com/social-networking/2012/01/10/google-search-goes-social/" title="Google search goes social">Google search goes social</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

