<?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>Dave Stopher SEO &#187; secure pages</title>
	<atom:link href="http://www.davestopherseo.co.uk/tag/secure-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davestopherseo.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 21:54:40 +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>Stopping Google From Seeing Your Secure Pages</title>
		<link>http://www.davestopherseo.co.uk/stopping-google-from-seeing-your-secure-pages-54/</link>
		<comments>http://www.davestopherseo.co.uk/stopping-google-from-seeing-your-secure-pages-54/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:43:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess code]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[secure pages]]></category>

		<guid isPermaLink="false">http://www.dave-s.net/?p=54</guid>
		<description><![CDATA[I have come up against this small probelm lately. I wanted to rewrite one of my sites so that my https pages would not get cached by google. There is one easy wsay to do this that work for me. What you need to do is first make a second robots file and call it [...]]]></description>
			<content:encoded><![CDATA[<p>I have come up against this small probelm lately. I wanted to rewrite one of my sites so that my https pages would not get cached by google.</p>
<p>There is one easy wsay to do this that work for me. What you need to do is first make a second robots file and call it whatever you want for this example I will call it <strong>Robots_ssl.txt</strong></p>
<p>With this robots file place the below bit of script.</p>
<p><strong>user-agent: *</strong></p>
<p><strong>Disallow: /</strong></p>
<p>This will prevent any spiders from going on your site.</p>
<p>Now the bit that tell the spiders if they follow this rule or not. This bit of script needs to be placed in the .htacces file on the server. (be warned that this only works on an apache server).</p>
<p><strong>RewriteEngine on<br />
Options +FollowSymlinks<br />
RewriteCond %{SERVER_PORT} ^443$<br />
RewriteRule ^robots.txt$ robots_ssl.txt</strong></p>
<p>This should tell the spiders that if the pages is a https(server 443) then follow the robots file shich is called robots_ssl.txt.</p>
<p>So this therefore will stop any pages from being cached. If you have already got pages cached however you just need to register your https site with google webmaster tools and then you need to remove the site from the listing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davestopherseo.co.uk/stopping-google-from-seeing-your-secure-pages-54/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
