<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The simplest way to set-up a &#8220;we&#8217;ll be back shortly&#8221; page</title>
	<atom:link href="http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/</link>
	<description>The blog with the bug.</description>
	<lastBuildDate>Thu, 23 May 2013 14:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Website Rankings Dropped Fast - 10 Possible Causes - Lets Build Websites</title>
		<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/#comment-1345</link>
		<dc:creator><![CDATA[Website Rankings Dropped Fast - 10 Possible Causes - Lets Build Websites]]></dc:creator>
		<pubDate>Thu, 23 May 2013 14:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=206#comment-1345</guid>
		<description><![CDATA[[&#8230;] If you have a planned downtime you can setup a 503 code which tells the search engines that you&#8217;re aware of the situation and that they should try again later. You can even set a return time for the search engines to crawl your site. This is pretty technical for the average webmaster but you can see more details from the Google blog. Another technical resource is this post. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] If you have a planned downtime you can setup a 503 code which tells the search engines that you&#8217;re aware of the situation and that they should try again later. You can even set a return time for the search engines to crawl your site. This is pretty technical for the average webmaster but you can see more details from the Google blog. Another technical resource is this post. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Stauner (@mightybs)</title>
		<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/#comment-1333</link>
		<dc:creator><![CDATA[Brett Stauner (@mightybs)]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 20:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=206#comment-1333</guid>
		<description><![CDATA[I use this rewrite condition to allow access to anything static to be able to reach stylesheets, images, etc much like Ernesto, but easily allow for anything that does not need to be processed by my application.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* - [R=503]]]></description>
		<content:encoded><![CDATA[<p>I use this rewrite condition to allow access to anything static to be able to reach stylesheets, images, etc much like Ernesto, but easily allow for anything that does not need to be processed by my application.</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule .* &#8211; [R=503]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/#comment-1229</link>
		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 21:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=206#comment-1229</guid>
		<description><![CDATA[Thanks for this, and thanks to Ernesto for the updated rule (a reminder that you need to free those things up if your page is going to be styled at all using your page&#039;s standard template)]]></description>
		<content:encoded><![CDATA[<p>Thanks for this, and thanks to Ernesto for the updated rule (a reminder that you need to free those things up if your page is going to be styled at all using your page&#8217;s standard template)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirrus</title>
		<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/#comment-1149</link>
		<dc:creator><![CDATA[Kirrus]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 13:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=206#comment-1149</guid>
		<description><![CDATA[Another &#039;thanks&#039; post here :)]]></description>
		<content:encoded><![CDATA[<p>Another &#8216;thanks&#8217; post here :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto</title>
		<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/#comment-1048</link>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=206#comment-1048</guid>
		<description><![CDATA[FWIW, my maintenance page had some images which were not displaying as they were caught in the RewriteRule, so I changed it to: 

RewriteRule !\.(ico&#124;gif&#124;jpg&#124;png&#124;css)$ - [R=503] 

to allow those extensions to still be served.]]></description>
		<content:encoded><![CDATA[<p>FWIW, my maintenance page had some images which were not displaying as they were caught in the RewriteRule, so I changed it to: </p>
<p>RewriteRule !\.(ico|gif|jpg|png|css)$ &#8211; [R=503] </p>
<p>to allow those extensions to still be served.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto</title>
		<link>http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/#comment-1047</link>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=206#comment-1047</guid>
		<description><![CDATA[Great! Thanks for sharing!]]></description>
		<content:encoded><![CDATA[<p>Great! Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
