<?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>code-diesel &#187; apache</title>
	<atom:link href="http://www.codediesel.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:19:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating a .htaccess file on Windows</title>
		<link>http://www.codediesel.com/tip/creating-a-htaccess-on-windows/</link>
		<comments>http://www.codediesel.com/tip/creating-a-htaccess-on-windows/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:10:39 +0000</pubDate>
		<dc:creator>sameer</dc:creator>
				<category><![CDATA[tip]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.codediesel.com/?p=1312</guid>
		<description><![CDATA[quick htaccess file creation on windows]]></description>
			<content:encoded><![CDATA[<p>Everyone who has tried creating a .htaccess on windows knows that Windows Explorer does not accept the &#8216;.&#8217; character as the first character of a file.  For most of you this may be old stuff, but for the newbies, the quick way to create the file is to open the command prompt and type:</p>

<div class="wp_codebox"><table><tr id="p13121"><td class="code" id="p1312code1"><pre class="text" style="font-family:monospace;">copy con .htaccess [press enter]
[press ctrl Z]</pre></td></tr></table></div>

<p>The second way is to:<br />
Open notepad and save the document with file name .htaccess with the &#8216;save as type&#8217; set to &#8216;All Files&#8217;; or save the document with file name as &#8220;.htaccess&#8221; including the quotes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codediesel.com/tip/creating-a-htaccess-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

