<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Setting up 301 Permanent Redirect on Apache Servers</title>
	<atom:link href="http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/</link>
	<description>Technical Articles, Musings and Opinions from Tech-Evangelist</description>
	<lastBuildDate>Wed, 21 Jul 2010 17:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Doogie</title>
		<link>http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/comment-page-1/#comment-11462</link>
		<dc:creator>Doogie</dc:creator>
		<pubDate>Thu, 06 Aug 2009 23:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/#comment-11462</guid>
		<description>Hi Biju

You do not necessarily need a redirect. A redirect does not get to the root of the problem. The problem is the links to the home page using index.php. 

You just need to eliminate all links that contain index.php. All links to the home page throughout the site should be changed to &lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt; or &lt;a href=&quot;http:&#047;&#047;www.lenivica.in/&gt;Home&lt;/a&gt;. The first one is better to use if you are doing development work on your PC because it does not use a domain name and can be used on any development server.  

If you want to do a redirect, you will want to do the opposite, which means you should redirect (2) to (1). The version without index.php should be your standard URL for the home page because that is the version used in all links to your site.  </description>
		<content:encoded><![CDATA[<p>Hi Biju</p>
<p>You do not necessarily need a redirect. A redirect does not get to the root of the problem. The problem is the links to the home page using index.php. </p>
<p>You just need to eliminate all links that contain index.php. All links to the home page throughout the site should be changed to &lt;a href=&#8221;/&#8221;&gt;Home&lt;/a&gt; or &lt;a href=&#8221;http:&#47;&#47;www.lenivica.in/&gt;Home&lt;/a&gt;. The first one is better to use if you are doing development work on your PC because it does not use a domain name and can be used on any development server.  </p>
<p>If you want to do a redirect, you will want to do the opposite, which means you should redirect (2) to (1). The version without index.php should be your standard URL for the home page because that is the version used in all links to your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B George</title>
		<link>http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/comment-page-1/#comment-11459</link>
		<dc:creator>B George</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/#comment-11459</guid>
		<description>Hi,

I&#039;m using a tool to crawl my web pages. And the tool says I&#039;ve duplicate pages. The duplicates are below:

1. http:&#047;&#047;www.lenvica.in/
2. http:&#047;&#047;www.lenvica.in/index.php

Is it necessary and possible to redirect (1) to (2)?

Thanks,
Biju.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using a tool to crawl my web pages. And the tool says I&#8217;ve duplicate pages. The duplicates are below:</p>
<p>1. http:&#47;&#47;www.lenvica.in/<br />
2. http:&#47;&#47;www.lenvica.in/index.php</p>
<p>Is it necessary and possible to redirect (1) to (2)?</p>
<p>Thanks,<br />
Biju.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doogie</title>
		<link>http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/comment-page-1/#comment-10214</link>
		<dc:creator>Doogie</dc:creator>
		<pubDate>Mon, 29 Dec 2008 14:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/#comment-10214</guid>
		<description>Hi Dave

Yes. The Google Webmaster Tools method is the workaround for sites who cannot use the .htaccess file, such as those that are on Microsoft servers. 

If your site is on an Apache server, the method shown above is the correct way to standardize the URLs, because it works with all search engines and all the URLs in your site.</description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>Yes. The Google Webmaster Tools method is the workaround for sites who cannot use the .htaccess file, such as those that are on Microsoft servers. </p>
<p>If your site is on an Apache server, the method shown above is the correct way to standardize the URLs, because it works with all search engines and all the URLs in your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Slade</title>
		<link>http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/comment-page-1/#comment-10207</link>
		<dc:creator>Dave Slade</dc:creator>
		<pubDate>Sun, 28 Dec 2008 23:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/02/27/apache-301-redirect/#comment-10207</guid>
		<description>Did you know that you can manually choose your domain page by using the google settings button in the googles master tools page?</description>
		<content:encoded><![CDATA[<p>Did you know that you can manually choose your domain page by using the google settings button in the googles master tools page?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
