<?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: Instruct Search Engines to come back to site after you finish working on it</title>
	<atom:link href="http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom3k</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-104904</link>
		<dc:creator>tom3k</dc:creator>
		<pubDate>Sun, 04 Oct 2009 22:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-104904</guid>
		<description>awesome bud!

+1 for you :P</description>
		<content:encoded><![CDATA[<p>awesome bud!</p>
<p>+1 for you :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-104380</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-104380</guid>
		<description>Hi,

for what is &lt;code&gt;ob_start();&lt;/code&gt; needed? In php.net is a comment with this ending:

&lt;pre&gt;$g=ob_get_clean();
echo $g;
exit;
exit();&lt;/pre&gt;


This seems to be deleted in this article. Do you missed to delete &lt;code&gt;ob_start();&lt;/code&gt; as well?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>for what is <code>ob_start();</code> needed? In php.net is a comment with this ending:</p>
<pre>$g=ob_get_clean();
echo $g;
exit;
exit();</pre>
<p>This seems to be deleted in this article. Do you missed to delete <code>ob_start();</code> as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yetyety</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-62966</link>
		<dc:creator>yetyety</dc:creator>
		<pubDate>Sun, 08 Feb 2009 11:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-62966</guid>
		<description>

&lt;pre class=&#039;brushhtaccess&#039;&gt;Options +FollowSymLinks
RewriteEngine On
RewriteBase /
 
RewriteCond %{HTTP_USER_AGENT} ^.*(Googlebot&#124;Googlebot&#124;Mediapartners&#124;Adsbot&#124;Feedfetcher)-?(Google&#124;Image)? [NC]
# or RewriteCond %{HTTP_USER_AGENT} ^.*google.* [NC]
RewriteRule .* /cgi-bin/error/503.php&lt;/pre&gt;

</description>
		<content:encoded><![CDATA[<pre class='brushhtaccess'>Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_USER_AGENT} ^.*(Googlebot|Googlebot|Mediapartners|Adsbot|Feedfetcher)-?(Google|Image)? [NC]
# or RewriteCond %{HTTP_USER_AGENT} ^.*google.* [NC]
RewriteRule .* /cgi-bin/error/503.php</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-55342</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 11 Jan 2009 13:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-55342</guid>
		<description>Thank you, you saved me!</description>
		<content:encoded><![CDATA[<p>Thank you, you saved me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-47429</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 21 Nov 2008 23:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-47429</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Judebert&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That would result in a 500 Error for every version of Apache because mod_rewrite cannot use the R flag to redirect for anything other than 300 status codes.  &lt;a href=&quot;http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html#automating-the-process&quot; rel=&quot;nofollow&quot;&gt;Redirect and RedirectMatch&lt;/a&gt; on the other hand, can redirect with all 57 status codes.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ Judebert</strong></p>
<p>That would result in a 500 Error for every version of Apache because mod_rewrite cannot use the R flag to redirect for anything other than 300 status codes.  <a href="http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html#automating-the-process" rel="nofollow">Redirect and RedirectMatch</a> on the other hand, can redirect with all 57 status codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Judebert</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-47352</link>
		<dc:creator>Judebert</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-47352</guid>
		<description>&lt;p&gt;I tried to redirect with &lt;code&gt;[R=503]&lt;/code&gt;, but my server (shared hosting) considers that a &lt;code&gt;500 server error&lt;/code&gt;.  I guess I&#039;ll have to go with the PHP route.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I tried to redirect with <code>[R=503]</code>, but my server (shared hosting) considers that a <code>500 server error</code>.  I guess I&#8217;ll have to go with the PHP route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-44066</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-44066</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Mark&lt;/strong&gt;&lt;/p&gt;

VERY COOL!  That is probably way to advanced for most people.. I especially love your implementation of both the Header directive and Environment Variables.</description>
		<content:encoded><![CDATA[<p><strong>@ Mark</strong></p>
<p>VERY COOL!  That is probably way to advanced for most people.. I especially love your implementation of both the Header directive and Environment Variables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Reidenbach</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-42173</link>
		<dc:creator>Mark Reidenbach</dc:creator>
		<pubDate>Thu, 05 Jun 2008 23:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-42173</guid>
		<description>I was curious if there was a way of doing this strictly in apache2 using mod_rewrite and mod_headers.  I ended up with the following which is similar to your developer example:

&lt;pre&gt;
ErrorDocument 503 /maintenance.htm   # Custom 503 error page
&#160;
# Developer Address
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.1$
&#160;
# Only rewrite dynamic pages
RewriteCond %{REQUEST_URI} ^(\/.*\.php&#124;\/.*\.html&#124;\/)$
&#160;
# Set environment variable
RewriteRule .* - [E=maintain:1]
&#160;
# Send Retry-After header for clients that match above rewrite section
Header always set Retry-After &quot;7200&quot; env=maintain
&#160;
# Send 503 error to matching clients after setting Retry-After header
RewriteCond %{ENV:maintain} 1
&#160;
# Again, only send 503 for dynamic pages (php, html, and directory index pages)
RewriteRule ^(\/.*\.php&#124;\/.*\.html&#124;\/)$ - [R=503]
&lt;/pre&gt;


Hope someone finds that useful.</description>
		<content:encoded><![CDATA[<p>I was curious if there was a way of doing this strictly in apache2 using mod_rewrite and mod_headers.  I ended up with the following which is similar to your developer example:</p>
<pre>ErrorDocument 503 /maintenance.htm   # Custom 503 error page
&nbsp;
# Developer Address
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.1$
&nbsp;
# Only rewrite dynamic pages
RewriteCond %{REQUEST_URI} ^(\/.*\.php|\/.*\.html|\/)$
&nbsp;
# Set environment variable
RewriteRule .* - [E=maintain:1]
&nbsp;
# Send Retry-After header for clients that match above rewrite section
Header always set Retry-After "7200" env=maintain
&nbsp;
# Send 503 error to matching clients after setting Retry-After header
RewriteCond %{ENV:maintain} 1
&nbsp;
# Again, only send 503 for dynamic pages (php, html, and directory index pages)
RewriteRule ^(\/.*\.php|\/.*\.html|\/)$ - [R=503]</pre>
<p>Hope someone finds that useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-34123</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Thu, 10 Jan 2008 14:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-34123</guid>
		<description>Thanks for this Information...

Oliver</description>
		<content:encoded><![CDATA[<p>Thanks for this Information&#8230;</p>
<p>Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html#comment-22482</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 08 Oct 2007 15:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html#comment-22482</guid>
		<description>Good morning,

I have question about these bots in general.  Comparing the data from Google Analytics, which I run myself, and from AWStats which the company that does my SEO sends me, I&#039;ve noticed some very large discrepancies.  I&#039;m wondering if the SEO company is using autosurf or other kinds of bots to drive up the numbers.  Is there any way to detect this?  I&#039;d appreciate any advice or direction anyone could provide.  My email is grace618@aol.com.  

Thanks,
Kim</description>
		<content:encoded><![CDATA[<p>Good morning,</p>
<p>I have question about these bots in general.  Comparing the data from Google Analytics, which I run myself, and from AWStats which the company that does my SEO sends me, I&#8217;ve noticed some very large discrepancies.  I&#8217;m wondering if the SEO company is using autosurf or other kinds of bots to drive up the numbers.  Is there any way to detect this?  I&#8217;d appreciate any advice or direction anyone could provide.  My email is grace618@aol.com.  </p>
<p>Thanks,<br />
Kim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
