<?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>Website Designers and Webmasters &#187; htaccess</title>
	<atom:link href="http://websitedesign.websitesinaflash.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitedesign.websitesinaflash.com</link>
	<description>Website Design, PHP, CSS and Humor</description>
	<lastBuildDate>Fri, 08 Jul 2011 22:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Securing a Folder</title>
		<link>http://websitedesign.websitesinaflash.com/2007/10/securing-folder/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/10/securing-folder/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 17:07:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[password protected]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[secure folder]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=87</guid>
		<description><![CDATA[Making a folder secure on your website may seem like a difficult job. Thanks to Phoenix Development, there is a step by step process that will teach you how to make any folder secure. I found this great blog post about Adding Password Protection to your Website that is very easy to understand, and will [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/10/securing-folder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess &#8211; PHP on HTML/HTM Pages</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/htaccess-php-on-htmlhtm-pages/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/htaccess-php-on-htmlhtm-pages/#comments</comments>
		<pubDate>Tue, 29 May 2007 18:18:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[Pages]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=72</guid>
		<description><![CDATA[I went into more detail about what the different processes are of adding php to a website programmed with *.html pages in this earlier htaccess post. Here are a few more .htaccess lines that will enable php on your server. (Different servers require a different line of code.) AddType application/x-httpd-php .html .htm AddType x-mapp-php5 .html [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/htaccess-php-on-htmlhtm-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess &#8211; AddHandler</title>
		<link>http://websitedesign.websitesinaflash.com/2007/04/htaccess-addhandler/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/04/htaccess-addhandler/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 05:42:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[add handler]]></category>
		<category><![CDATA[add type]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=45</guid>
		<description><![CDATA[There is a very common problem when trying to upgrade sites made by &#8220;newbie&#8221; website developers or when you realize that html isn&#8217;t the only language on the internet, and you need to upgrade your site. Problem: You have a site where every page has a *.html or *.htm extension, and you want to add [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/04/htaccess-addhandler/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Regular Expressions &#8211; Regex</title>
		<link>http://websitedesign.websitesinaflash.com/2007/03/regular-expressions-regex/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/03/regular-expressions-regex/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 22:58:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=32</guid>
		<description><![CDATA[Regular Expressions (or Regex for short) is a language that I&#8217;ve been learning a lot about recently. I don&#8217;t have any useful tidbits for you as of yet, but I do have a couple very nice and useful links that can help you learn about regex: Extensive Regex Tutorial (Note: Regex is used a lot [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/03/regular-expressions-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess 301 Redirect: Moved Permanently</title>
		<link>http://websitedesign.websitesinaflash.com/2007/03/htaccess-301-redirect-moved-permanently/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/03/htaccess-301-redirect-moved-permanently/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 14:53:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[Moved permanently]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=18</guid>
		<description><![CDATA[I&#8217;ve already discussed how to create a 301 permanent redirect using PHP that allows you to forward one page to another. But what if you you have an entire site to redirect? What if you&#8217;ve changed domain names? There has got to be a better way to redirect your site besides, adding a php 301 [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/03/htaccess-301-redirect-moved-permanently/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

