<?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/"
		>
<channel>
	<title>Comments on: Invisible Dot Files Revealed!</title>
	<atom:link href="http://mactips.info/2008/11/invisible-dot-files-revealed/feed" rel="self" type="application/rss+xml" />
	<link>http://mactips.info/2008/11/invisible-dot-files-revealed</link>
	<description>Practical Tips in plain language — how to use your Mac, iPad, iPhone or iPod.</description>
	<lastBuildDate>Wed, 23 May 2012 02:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Miraz Jordan</title>
		<link>http://mactips.info/2008/11/invisible-dot-files-revealed/comment-page-1#comment-1205</link>
		<dc:creator>Miraz Jordan</dc:creator>
		<pubDate>Tue, 28 Jul 2009 22:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://mactips.info/?p=1165#comment-1205</guid>
		<description>Excellent question Jenna.

the trick for web developers is to change the filename once the file hits the server. So: create a file on your own computer called htaccess (without the dot), upload it to the server and change the filename there to .htaccess.

Meanwhile:

1] on your Mac open Terminal and change directory to where the file is on your Mac. For example, on my Mac I have a file called .htaccess inside the Sites folder in my User directory.

I&#039;d type this:

cd /Users/miraz/Sites

Now if you type ls -la you should see the .htaccess file listed.

2] Now *move* the file to the same directory but with a different name. The new name does not have the dot. Like this:

mv .htaccess htaccess

3] Now you can see the file in the normal way, without having to mess around with the Terminal. Open it with your usual text editor (NOT MS Word).

Extra TIP: the easy way to change directory in terminal:

1] open a Terminal window and type cd [space]
2] open the Finder window you want to cd to
3] drag the proxy icon (the wee folder) from the title bar of the Finder window into the Terminal window. This inserts the path to that folder
4] in Terminal press Return

I hope that helps.

Cheers,

Miraz</description>
		<content:encoded><![CDATA[<p>Excellent question Jenna.</p>
<p>the trick for web developers is to change the filename once the file hits the server. So: create a file on your own computer called htaccess (without the dot), upload it to the server and change the filename there to .htaccess.</p>
<p>Meanwhile:</p>
<p>1] on your Mac open Terminal and change directory to where the file is on your Mac. For example, on my Mac I have a file called .htaccess inside the Sites folder in my User directory.</p>
<p>I&#8217;d type this:</p>
<p>cd /Users/miraz/Sites</p>
<p>Now if you type ls -la you should see the .htaccess file listed.</p>
<p>2] Now *move* the file to the same directory but with a different name. The new name does not have the dot. Like this:</p>
<p>mv .htaccess htaccess</p>
<p>3] Now you can see the file in the normal way, without having to mess around with the Terminal. Open it with your usual text editor (NOT MS Word).</p>
<p>Extra TIP: the easy way to change directory in terminal:</p>
<p>1] open a Terminal window and type cd [space]<br />
2] open the Finder window you want to cd to<br />
3] drag the proxy icon (the wee folder) from the title bar of the Finder window into the Terminal window. This inserts the path to that folder<br />
4] in Terminal press Return</p>
<p>I hope that helps.</p>
<p>Cheers,</p>
<p>Miraz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna M</title>
		<link>http://mactips.info/2008/11/invisible-dot-files-revealed/comment-page-1#comment-1204</link>
		<dc:creator>Jenna M</dc:creator>
		<pubDate>Tue, 28 Jul 2009 21:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://mactips.info/?p=1165#comment-1204</guid>
		<description>I am self-taught in all of this so I found this tip incredibly helpful. I was able to view my files via the Terminal but how do I open them? I&#039;m trying to find an htaccess file so I can upload it to MODx, a WYSIWYG program. I want to avoid having to pay for Path Finder. Grateful for any advice you can offer on this subject!</description>
		<content:encoded><![CDATA[<p>I am self-taught in all of this so I found this tip incredibly helpful. I was able to view my files via the Terminal but how do I open them? I&#8217;m trying to find an htaccess file so I can upload it to MODx, a WYSIWYG program. I want to avoid having to pay for Path Finder. Grateful for any advice you can offer on this subject!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

