<?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>Expression Web Blog &#187; Expression Web Articles</title>
	<atom:link href="http://www.expression-web.net/category/expression-web-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.expression-web.net</link>
	<description>Expression Web Blog - Expression Web Help and News</description>
	<lastBuildDate>Thu, 22 Jul 2010 07:54:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>301 Redirect with FPSE</title>
		<link>http://www.expression-web.net/301-with-fpse/</link>
		<comments>http://www.expression-web.net/301-with-fpse/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 19:51:26 +0000</pubDate>
		<dc:creator>Tina Clarke</dc:creator>
				<category><![CDATA[Expression Web Articles]]></category>

		<guid isPermaLink="false">http://www.expression-web.net/301-with-fpse/</guid>
		<description><![CDATA[My main Expression Web Help site had not been spidered since the 10th August. Though I added content and changed small bits on the homepage. So I decided to check what I&#8217;d not done that I thought I had done. This was twofold. Getting Google to spider your site I want to talk about the [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-36" href="http://www.expression-web.net/?attachment_id=36" title="Tina Clarke"><img border="0" vspace="5" align="left" src="http://www.anyexpression.com/expression-web-blog/wp-content/uploads/2007/09/tina-clarke1.jpg" hspace="5" alt="Tina Clarke" title="Tina Clarke" /></a><br />
My main <a target="_blank" href="http://any-expression.com/" title="Expression Web Help">Expression Web Help</a> site had not been spidered since the 10th August. Though I added content and changed small bits on the homepage. So I decided to check what I&#8217;d not done that I thought I had done. This was twofold.</p>
<h3>Getting Google to spider your site</h3>
<p>I want to talk about the first part in this quest which was to do with redirecting the www of my domain to the one without as <a href="http://any-expression.com/">http://any-expression.com</a> is the link I use and the link I want others to use. So to correct the dilution of my homepage link I needed to do a 301 redirection from one to the other. This domain happens to use a Unix plan with FPSE (FrontPage Server Extensions) installed. So I needed not only to redirect correctly using a 301 header but to make sure I did not break my FPSE.</p>
<p>First I needed to know what code I needed to redirect from one to the other. So I headed off to my favourite SEO Guru Blog to learn more about <a target="_blank" href="http://www.website-development-training.com/301" title="Basic 301 Permanent Redirect">Basic 301 Permanent Redirect</a> Here I found out I needed to add the following for my particular purposes</p>
<p>To Redirect www.mysite.com to mysite.com</p>
<p>Options +FollowSymLinks<br />
RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^www.domain\.com$ [NC]<br />
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]</p>
<p>Now I had the code I wanted, the next bit of research was in finding out how <strong>NOT to break my FPSE</strong>. Fortunately for me Pat Geary had already checked out how to do this and her <a target="_blank" href="http://www.genealogy-web-creations.com/htacess-and-frontpage.htm" title=".htaccess file with FrontPage Server Extensions Tutorial">.htaccess file with FrontPage Server Extensions Tutorial</a> outlined the directions clearly. There was more to come however.<br />
<a target="_blank" href="http://support.seacresthosting.com/viewtopic.php?t=40" title="Ernie Secrest of Sea Crest Hosting"><br />
Ernie Secrest of Sea Crest Hosting</a> goes into detail where FPSE is concerned and explains the three <strong>OTHER</strong> .htaccess locations in the _vti_bin that also needed modifying if I was ever able to publish again. Sure enough I could not publish after adding the 301 redirect code to the main .htaccess, so I proceeded to do this. A quick check afterwards and I was able to publish once more. I then checked my site was redirecting from the www.mysite.com version to mysite.com version I preferred. Finally I did a <a target="_blank" href="http://www.webconfs.com/http-header-check.php" title="header check">header check</a></p>
<p>The correct version of <a href="http://any-expression.com/">http://any-expression.com/</a> returned the header code of HTTP/1.1 200 OK =&gt; which means <strong>Successfully Found</strong>. The www version returned the header code of HTTP/1.1 301 Moved Permanently =&gt; which is exactly the result I wanted of <strong>Moved permanently</strong>.</p>
<p>I will continue write about other methods I employed and the resources I used in my quest to have Google spider my domain once more.</p>
<p><a rel="attachment wp-att-38" href="http://www.expression-web.net/?attachment_id=38" title="Tina Clarke Signiture"><img border="0" vspace="5" src="http://www.anyexpression.com/expression-web-blog/wp-content/uploads/2007/09/tina-clarke-sig1.jpg" hspace="5" alt="Tina Clarke Signiture" title="Tina Clarke Signiture" /></a></p>
<p>Tina Clarke. Microsoft MVP &#8211; FrontPage © Copyright 2007. All Rights Reserved</p>
]]></content:encoded>
			<wfw:commentRss>http://www.expression-web.net/301-with-fpse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
