<?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>mainesysadmin.com &#187; webmaster</title>
	<atom:link href="http://mainesysadmin.com/tag/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo &#8211; publish flash animation with IIS6</title>
		<link>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/</link>
		<comments>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:19:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=112</guid>
		<description><![CDATA[Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.
http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198
Adding .flv MIME type in IIS
1) Select the [...]]]></description>
			<content:encoded><![CDATA[<p>Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.</p>
<p><a href="http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/it.toolbox.com');">http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198</a></p>
<p>Adding .flv MIME type in IIS</p>
<p>1) Select the site to configure in IIS, right click and select &#8220;Properties&#8221;<br />
2) Under HTTP Headers Tab, select &#8220;File Types&#8221; under the MIME Map section and select &#8220;New Type&#8221;<br />
3) Type &#8220;.flv&#8221; as the associated extension and &#8220;video/x-flv&#8221; as the content type.<br />
4) Select &#8220;OK&#8221; and you&#8217;re ready to fly!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To &#8211; Redirect 404 to index page via PHP</title>
		<link>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/</link>
		<comments>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 19:32:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=102</guid>
		<description><![CDATA[I&#8217;ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script.  Instead of a nasty 404 page you can redirect the web request to the index page.  I found the helpful script here:  http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/
I deleted whatever text was in 404.php and replaced it with:



Worked like a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script.  Instead of a nasty 404 page you can redirect the web request to the index page.  I found the helpful script here:  <a href="http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/" onclick="javascript:pageTracker._trackPageview ('/outbound/css-tricks.com');">http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/</a></p>
<p>I deleted whatever text was in 404.php and replaced it with:</p>
<p><code><br />
<?php<br />
  header( 'Location: http://www.redirect-location.com' );<br />
  exit();<br />
?><br />
</code></p>
<p>Worked like a charm for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
