<?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: How Do I Hide The File Extinsion On The End Of My Domain Name?</title>
	<atom:link href="http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:13:58 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: whatever</title>
		<link>http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html/comment-page-1#comment-11931</link>
		<dc:creator>whatever</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html#comment-11931</guid>
		<description>You could change your .htaccess file to hide or change the extension of your index.html files.</description>
		<content:encoded><![CDATA[<p>You could change your .htaccess file to hide or change the extension of your index.html files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html/comment-page-1#comment-11930</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html#comment-11930</guid>
		<description>Maybe you should make a new folder with your ftp client or through the file manager in your cPanel and call it news in the public_html folder. Then what you&#039;d have to do is upload the thing that you would normaly call news.htm into the news folder except you have to call it index.htm
good luck :)</description>
		<content:encoded><![CDATA[<p>Maybe you should make a new folder with your ftp client or through the file manager in your cPanel and call it news in the public_html folder. Then what you&#8217;d have to do is upload the thing that you would normaly call news.htm into the news folder except you have to call it index.htm<br />
good luck <img src='http://www.savagehost.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html/comment-page-1#comment-11929</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 24 Nov 2009 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/how-do-i-hide-the-file-extinsion-on-the-end-of-my-domain-name.html#comment-11929</guid>
		<description>First, remove &quot;index.html&quot; from the links on all of your pages. It is the links on your pages which determine the url, while internal rewrites (including Directroyindex) associate a &quot;Web&quot; url with a server filepath.
Then redirect only client requests for &quot;/index.html&quot; to &quot;/&quot;. This restriction is necessary to prevent a loop, since Directoryindex will rewrite &quot;/&quot; back to &quot;/index.html&quot; and if you overlook it, you&#039;ll create an &#039;infinite&#039; redirect/rewrite loop.
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /tagword/([^/]+/)*index.html
RewriteRule ^tagword/(([^/]+/)*)index.html$ http://www.example.com/tagword/$1 [R=301,L]
Both steps are required to &quot;change&quot; a url and get the search engines to drop the old one.
THE_REQUEST is the HTTP request header as received from the client (browser or &#039;bot), and might look like this:
GET /tagword/main/sub/index.html HTTP/1.1
Ron</description>
		<content:encoded><![CDATA[<p>First, remove &#8220;index.html&#8221; from the links on all of your pages. It is the links on your pages which determine the url, while internal rewrites (including Directroyindex) associate a &#8220;Web&#8221; url with a server filepath.<br />
Then redirect only client requests for &#8220;/index.html&#8221; to &#8220;/&#8221;. This restriction is necessary to prevent a loop, since Directoryindex will rewrite &#8220;/&#8221; back to &#8220;/index.html&#8221; and if you overlook it, you&#8217;ll create an &#8216;infinite&#8217; redirect/rewrite loop.<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /tagword/([^/]+/)*index.html<br />
RewriteRule ^tagword/(([^/]+/)*)index.html$ <a href="http://www.example.com/tagword/$1" rel="nofollow">http://www.example.com/tagword/$1</a> [R=301,L]<br />
Both steps are required to &#8220;change&#8221; a url and get the search engines to drop the old one.<br />
THE_REQUEST is the HTTP request header as received from the client (browser or &#8216;bot), and might look like this:<br />
GET /tagword/main/sub/index.html HTTP/1.1<br />
Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
