<?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>Webmaster-Source &#187; Maintenance</title>
	<atom:link href="https://www.webmaster-source.com/tag/maintenance/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Put Your Website in Maintenance Mode With .htaccess</title>
		<link>https://www.webmaster-source.com/2009/09/25/put-your-website-in-maintenance-mode-with-htaccess/</link>
		<comments>https://www.webmaster-source.com/2009/09/25/put-your-website-in-maintenance-mode-with-htaccess/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:23:16 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2587</guid>
		<description><![CDATA[Sooner or later you&#8217;ll probably run into a case where you need to put up a &#8220;maintenance mode&#8221; page while working on the site (e.g. while moving a site to a different server). What&#8217;s the best way of doing that? First you create a small, static HTML page that will appear to your visitors, then [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Sooner or later you&#8217;ll probably run into a case where you need to put up a &#8220;maintenance mode&#8221; page while working on the site (e.g. while moving a site to a different server). What&#8217;s the best way of doing that? First you create a small, static HTML page that will appear to your visitors, then you put this at the top of your .htaccess file:</p>
<pre class="brush: plain; title: ; notranslate">
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/berightback\.html$
RewriteRule ^(.*)$ http://example.org/berightback.html [R=307,L]
</pre>
<p>If <em>you</em> still need to be able to access the live site while you perform the maintenance, you can add a condition permitting requests from your IP address. This line should be placed after the RewriteBase / line:</p>
<pre class="brush: plain; title: ; notranslate">RewriteCond %{REMOTE_ADDR} !^00\.000\.000\.000</pre>
<p>Be sure to replace the zeros in <code>00\.000\.000\.000</code> with the digits from your own IP address, which you can find by visiting <a href="http://www.whatismyip.com/">WhatIsMyIP.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/09/25/put-your-website-in-maintenance-mode-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Lesson: Maintain and Protect Your Blogging Workstation</title>
		<link>https://www.webmaster-source.com/2008/07/08/todays-lesson-maintain-and-protect-your-blogging-workstation/</link>
		<comments>https://www.webmaster-source.com/2008/07/08/todays-lesson-maintain-and-protect-your-blogging-workstation/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 11:01:16 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=629</guid>
		<description><![CDATA[A couple days ago, I missed a day blogging because I had to remove malware from a computer (not mine). Though it wasn&#8217;t the computer I use for my blogging, the main idea still stands: Maintain your computer, and take care to avoid having harm come to it, or you could spend a day (or [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright" style="margin: 5px; float: right;;  float: right; padding: 4px; margin: 0 0 2px 7px;" src="http://i32.tinypic.com/21nqpur.jpg" alt="" width="300" height="133" />A couple days ago, I missed a day blogging because I had to remove malware from a computer (not mine). Though it wasn&#8217;t the computer I use for my blogging, the main idea still stands: Maintain your computer, and take care to avoid having harm come to it, or you could spend a day (or a week) dealing with an issue.</p>
<p>If you follow me on <a href="http://twitter.com/redwall_hp">Twitter</a>, you may have seen the epic saga unfold: <a href="http://twitter.com/redwall_hp/statuses/850849940">#1</a>, <a href="http://twitter.com/redwall_hp/statuses/850863434">#2</a>, <a href="http://twitter.com/redwall_hp/statuses/850866373">#3</a>, <a href="http://twitter.com/redwall_hp/statuses/850866651">#4</a>, <a href="http://twitter.com/redwall_hp/statuses/850900267">#5</a>, <a href="http://twitter.com/redwall_hp/statuses/850900350">#6</a>, <a href="http://twitter.com/redwall_hp/statuses/850901310">#7</a>, <a href="http://twitter.com/RuelickeNet/statuses/850901205">#8</a>, <a href="http://twitter.com/redwall_hp/statuses/850910825">#9</a>, <a href="http://twitter.com/redwall_hp/statuses/851030238">#10</a>, <a href="http://twitter.com/redwall_hp/statuses/851030808">#11</a>, <a href="http://twitter.com/redwall_hp/statuses/851060338">#12</a>.</p>
<p>The malware that invaded the Dell laptop, which is mainly used by my parents, though my younger brother used it that day, is known as &#8220;VirusWebProtect2008.&#8221; It&#8217;s one of those <a href="http://en.wikipedia.org/wiki/Smitfraud">&#8220;Smitfraud&#8221;</a> faux antivirus software packages that installs itself via a compromised website, causes mayhem, and trys to sell you &#8220;antivirus software&#8221; that will supposedly remove the virus. Essentially it<span id="more-629"></span></p>
<ul>
<li>Changes the desktop background to a biohazard symbol (though technically it&#8217;s just a window-thing floating between the desktop and your shortcut icons.)</li>
<li>Adds icons to your desktop that link to the website where you&#8217;re supposed to buy the fake virus scanner.</li>
<li>Disables Task Manager and RegEdit.</li>
<li>Hides drives in My Computer.</li>
<li>Hides the &#8220;All Programs&#8221; menu in the Start Menu, as well as &#8220;Run,&#8221; &#8220;Control Panel,&#8221; and the like. (Though you can still press Windows+R and use it to access &#8220;C:\,&#8221; and the control panel.</li>
<li>Disables Firefox and hijacks the Internet Explorer homepage.</li>
<li>Gives frequent warnings about nonexistent security threats, in an effort to sell you their crapware.</li>
<li>Changes your systray clock to say &#8220;VIRUS ALERT&#8221; after the time.</li>
<li>Intercepts Google and Yahoo search results, and makes the links jump to fake cybersquatter pages, in an effort to stop you from finding out how to remove the thing. (I did my searching and downloading on my MacBook, and transferred the files over the network.)</li>
<li>Blocks access to sites where you can download tools that could possible remove the infection.</li>
<li>Though the malware wouldn&#8217;t run in Safe Mode, some of it&#8217;s effects persisted, and made things hard for me.</li>
</ul>
<p><strong>I spent 6+ hours of work trying to remove the virus</strong> (plus a couple breaks to eat, and to watch the Netflix movie), until I finally <a href="http://www.bleepingcomputer.com/forums/topic152158.html">found a fix</a>. By midnight the malware was finally gone. I&#8217;d spent most of the day trying to clean the computer out, and <strong>hadn&#8217;t managed to find the time to write a blog post.</strong> (Lucky I had a couple timestamped posts ready&#8230;).</p>
<p>Now imagine for a minute that I did my blogging on a Windows laptop like the Dell, instead of my MacBook, and it became infected by a drive-by malware installation somehow. I might have it back up and running in a day or two, and be able to resume blogging, or I could have had much worse happen. The malware could theoretically trash my documents and apps (instead of just hijacking the computer), or lock it down the point where a reformat was necessary, and it would take a long time to recover from that.</p>
<p><strong>So keep your antivirus definitions up to date, make frequent backups, run antispyware software, and do all those maintennance tasks you hate doing.</strong> If you get hit with malware, your laptop gets stolen or damaged, or if your desktop overheats and catches fire, you could be without a computer for a few days. You could use a public computer at your local library or internet cafe, but they&#8217;re not terribly conveniant, and you&#8217;ll have to rush to get all your work done in an hour or so (most libraries limit time on their machines, and net cafes can have some steep rates if you plan on spending three hours on theirs).</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/07/08/todays-lesson-maintain-and-protect-your-blogging-workstation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Start of Year Maintenance</title>
		<link>https://www.webmaster-source.com/2007/12/26/start-of-year-maintenance/</link>
		<comments>https://www.webmaster-source.com/2007/12/26/start-of-year-maintenance/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 11:11:36 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Maintenance]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2007/12/26/start-of-year-maintenance/</guid>
		<description><![CDATA[It&#8217;s almost 2008. Too bad, I like the sound of &#8220;2007.&#8221; When the new year starts, you&#8217;ve got some work to do. You need to clean-up your blog, fix things that have broken over the year, and get ready for another year of blogging. Change the dates on your copyright notice. Go through old posts. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s almost 2008. Too bad, I like the sound of &#8220;2007.&#8221;</p>
<p>When the new year starts, you&#8217;ve got some work to do. You need to clean-up your blog, fix things that have broken over the year, and get ready for another year of blogging.</p>
<ul>
<li><strong>Change the dates on your copyright notice</strong>.</li>
<li><strong>Go through old posts.</strong> Look for dead links, broken images, and other things that may need a quick update. While you&#8217;re at it, keep an eye out for posts you could expand upon.</li>
<li><strong>Check browser compatibility.</strong> As you&#8217;ve updated things in your template, you may have made your blog look horrible in certain browsers.</li>
<li><strong>Evaluate your design.</strong> How long has it been since your last redesign? How is the current one holding up? Is there anything that needs a little tweaking?</li>
<li><strong>Publish a &#8220;Best of&#8221; post.</strong> Highlight your best posts of the last year.</li>
<li><strong>Update things that have changed.</strong> Does your about page say something like &#8220;I have been blogging for two years?&#8221; You&#8217;d better update that!</li>
<li><strong>What have you been putting off?</strong></li>
</ul>
<p>Those are my suggestions. I&#8217;m sure you can find plenty more things to fix. Feel free to share your plans in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2007/12/26/start-of-year-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-10 07:41:38 by W3 Total Cache
-->