<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Who Knows the Code?</title>
	<link>http://ask.metafilter.com/82238/Who-Knows-the-Code/</link>
	<description>Comments on Ask MetaFilter post Who Knows the Code?</description>
	<pubDate>Tue, 29 Jan 2008 07:13:51 -0800</pubDate>
	<lastBuildDate>Tue, 29 Jan 2008 07:13:51 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Who Knows the Code?</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code</link>	
		<description>&lt;b&gt;Domain Mapping via .htaccess:&lt;/b&gt; I want to map a second domain I have to a subdirectory in my main Web directory (BTW, this is &lt;i&gt;&lt;b&gt;not&lt;/b&gt;&lt;/i&gt; a Typepad blog). My ISP asked that I set up the redirect via my .htaccess file but failed to supply the code to do that (we&apos;re having a little chat about suggesting I do something without giving me the tools I need to do it -g).  &lt;br /&gt;&lt;br /&gt; That being said, I&apos;m familiar with .htaccess (I have one in place with code to deal with certain sites which are stealing my bandwidth). However, I&apos;m not well-versed in creating the code to map my new domain to the subdirectory I&apos;ve created. &lt;br&gt;
&lt;br&gt;
I&apos;m hoping someone in the AskMeFi hive can supply me with the code (bonus points for making sure that both www.mysite.com and mysite.com will go to my subdirectory). Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.82238</guid>
		<pubDate>Tue, 29 Jan 2008 07:04:14 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
		
			<category>domainmapping</category>
		
			<category>htaccess</category>
		
	</item> <item>
		<title>By: handybitesize</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218042</link>	
		<description>This is something you&apos;ll want do to via your conf files not .htaccess&lt;br&gt;
&lt;br&gt;
something along the lines of&lt;br&gt;
&lt;br&gt;
&amp;lt;virtualhost yourdomain.com:80&amp;gt;&lt;br&gt;
ServerName yourdomain.com&lt;br&gt;
ServerAlias www.yourdomain.com&lt;br&gt;
DocumentRoot /path/to/site/subdirectory/&lt;br&gt;
&amp;lt;/virtualhost&amp;gt;&lt;br&gt;
&lt;br&gt;
in its simplest form - your apache version will dictate the placement and directives</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218042</guid>
		<pubDate>Tue, 29 Jan 2008 07:13:51 -0800</pubDate>
		<dc:creator>handybitesize</dc:creator>
	</item><item>
		<title>By: handybitesize</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218056</link>	
		<description>Ah on review - unless you have a site root for your second site from your ISP.&lt;br&gt;
&lt;br&gt;
In that case you could just symlink it to the correct folder or do something along the lines of &lt;br&gt;
&lt;br&gt;
RewriteEngineOn&lt;br&gt;
RewriteRule (.*) /path/to/site/subdirectory [L]&lt;br&gt;
&lt;br&gt;
although someone is bound to remind me that mod_rewrite is not the correct tool for this job</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218056</guid>
		<pubDate>Tue, 29 Jan 2008 07:22:13 -0800</pubDate>
		<dc:creator>handybitesize</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218072</link>	
		<description>I&apos;m not sure I have access to the conf file. So I think it will have to be via .htaccess. &lt;br&gt;
&lt;br&gt;
And I&apos;m going to need something definitive since I don&apos;t have enough knowledge to problem solve (thanks on that).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218072</guid>
		<pubDate>Tue, 29 Jan 2008 07:34:37 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: handybitesize</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218082</link>	
		<description>Ok - some more info needed then&lt;br&gt;
&lt;br&gt;
Is your ISP hosting this for you?&lt;br&gt;
Do you already have a directory that serves content for seconddomain.com?&lt;br&gt;
Do you want it to appear seamless or are you happy for a url redirect to happen (ie url stays the same or changes)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218082</guid>
		<pubDate>Tue, 29 Jan 2008 07:40:05 -0800</pubDate>
		<dc:creator>handybitesize</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218176</link>	
		<description>Yes.&lt;br&gt;
Yes.&lt;br&gt;
Yes. Exactly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218176</guid>
		<pubDate>Tue, 29 Jan 2008 08:43:07 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: so</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218182</link>	
		<description>If the ISP has things setup reasonably (i.e.  &apos;AllowOverride FileInfo&apos; in their Apache config for your domain and the &quot;new&quot; domain rooted at the same place as your &quot;old&quot; domain), you can follow this recipe in your .htaccess in the top level of you &quot;old&quot; domain:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&lt;br&gt;
RewriteEngine                   On&lt;br&gt;
RewriteCond %{HTTP_HOST}        ^www\.alice\.com [NC]&lt;br&gt;
RewriteRule ^(.*)               http://www.mycurrentdomain.com/alice/$1 [L,R]&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
I guess it&apos;s obvious that you&apos;ll need to substitute real info for &quot;alice&quot; (twice) and &quot;mycurrentdomain&quot;, but it&apos;s best to be explicit, eh?  Also, there&apos;s definitely room for improvement (e.g. in the regex, external vs internal redirects, etc.), but this should get you started.&lt;br&gt;
&lt;br&gt;
Note that this is shamelessly cribbed from RSE&apos;s excellent &lt;a href=&quot;http://httpd.apache.org/docs/2.0/misc/rewriteguide.html&quot;&gt;URL Rewriting Guide&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218182</guid>
		<pubDate>Tue, 29 Jan 2008 08:45:30 -0800</pubDate>
		<dc:creator>so</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218206</link>	
		<description>Thanks. Will this work for both www.alice.com and alice.com (without the www)?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218206</guid>
		<pubDate>Tue, 29 Jan 2008 09:04:53 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: fogster</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218241</link>	
		<description>That rule, as written, will not match alice.com (no www). I&apos;d attempt to rewrite (no pun intended) the rule, but every single time I try to change Rewrite rules, I introduce syntax errors for unclear reasons.&lt;br&gt;
&lt;br&gt;
Do you have any subdomains (e.g., forums.alice.com), or is it just alice.com and www.alice.com? (It would make things much easier if the latter.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218241</guid>
		<pubDate>Tue, 29 Jan 2008 09:36:36 -0800</pubDate>
		<dc:creator>fogster</dc:creator>
	</item><item>
		<title>By: fogster</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218242</link>	
		<description>Oh, a totally inefficient, but totally effective way would be:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;RewriteCond %{HTTP_HOST} ^www\.alice\.com [NC]&lt;br&gt;
RewriteRule ^(.*) http://www.mycurrentdomain.com/alice/$1 [L,R]&lt;br&gt;
&lt;br&gt;
RewriteCond %{HTTP_HOST} ^alice\.com [NC]&lt;br&gt;
RewriteRule ^(.*) http://www.mycurrentdomain.com/alice/$1 [L,R]&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
It should be trivial to write a regular expression to match both in one Condition. This way has it as two separate rules, which should work fine, it&apos;s just not as elegant as it can be.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218242</guid>
		<pubDate>Tue, 29 Jan 2008 09:38:44 -0800</pubDate>
		<dc:creator>fogster</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218316</link>	
		<description>&lt;i&gt;Do you have any subdomains (e.g., forums.alice.com), or is it just alice.com and www.alice.com? (It would make things much easier if the latter.)&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
fogster, if you mean does my new domain (the one I want to map to a subdirectory) have any subdomains, the answer is no. Presently my main domain does have subdomains, the difference is that they look like this subdomain.maindomain.com. But in this case I want the &quot;subdomain&quot; to be mapped to an entirely different domain name. Make sense?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218316</guid>
		<pubDate>Tue, 29 Jan 2008 10:18:52 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: so</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218478</link>	
		<description>Well, if you want to match in a single re (an admirable goal, which I missed in your spec), just try this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&lt;br&gt;
RewriteCond %{HTTP_HOST} ^(www\.)?alice.com$&lt;br&gt;
&lt;/code&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218478</guid>
		<pubDate>Tue, 29 Jan 2008 12:23:43 -0800</pubDate>
		<dc:creator>so</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218599</link>	
		<description>So, would a more economical way of writing it be:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;RewriteCond %{HTTP_HOST} ^(www\.)?alice.com$&lt;br&gt;
RewriteRule ^(.*) http://mycurrentdomain.com/alice/$1 [L,R]&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
Can I get rid of the www. in that last line --does it make a difference? fogster wrote it as:&lt;br&gt;
&lt;pre&gt;RewriteRule ^(.*) http://www.mycurrentdomain.com/alice/$1 [L,R]&lt;/pre&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218599</guid>
		<pubDate>Tue, 29 Jan 2008 13:27:10 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: so</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218634</link>	
		<description>Yes, that is the most-economical in my mind (which says &lt;u&gt;very little&lt;/u&gt;).&lt;br&gt;
&lt;br&gt;
And yes, it&apos;s fine to leave off the &apos;www.&apos; in line 2.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218634</guid>
		<pubDate>Tue, 29 Jan 2008 13:41:58 -0800</pubDate>
		<dc:creator>so</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218651</link>	
		<description>Wait a minute. You&apos;re supposed to instill confidence in me, so. I can understand what these lines do. But I don&apos;t know the syntax of unix well enough to write it by myself. So I&apos;m counting on you! Or: So, I&apos;m counting on you! -g</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218651</guid>
		<pubDate>Tue, 29 Jan 2008 13:49:31 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: namewithoutwords</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1218851</link>	
		<description>Since lots of answers have been offered, by no explanations, and you seem to require understanding (as opposed to blind obedience), I&apos;ll add my two cents.&lt;br&gt;
&lt;br&gt;
The suggestions that have been made and refined are rules that implementation the apache server module called &lt;a href=&quot;http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html&quot;&gt;mod_rewrite&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Mod_rewrite&apos;s purpose is to rewrite URI&apos;s on the fly - so in your instance, when someone requests http://www.alice.com, their request gets rewritten (according to the rule you place in your .htaccess file) to become what you need it to be (in this case http://www.someotherdomain.com/alice/)&lt;br&gt;
&lt;br&gt;
And what the &quot;most economical&quot; answer given says (in English) is: all requests that begin with either www.alice.com or just alice.com should be changed (rewritten) into requests for http://www.mycurrentdomain.com/alice/&lt;br&gt;
&lt;br&gt;
make sense?&lt;br&gt;
&lt;br&gt;
Of course, all of this is moot if your ISP has not enabled mod_rewrite - best to check with them if you have any problems implementing the suggestion above.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1218851</guid>
		<pubDate>Tue, 29 Jan 2008 16:11:37 -0800</pubDate>
		<dc:creator>namewithoutwords</dc:creator>
	</item><item>
		<title>By: conrad53</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219119</link>	
		<description>&lt;a href=&quot;http://www.stevenhargrove.com/redirect-web-pages/&quot;&gt;How To Redirect A Web Page by Steven Hargrove.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219119</guid>
		<pubDate>Tue, 29 Jan 2008 19:55:40 -0800</pubDate>
		<dc:creator>conrad53</dc:creator>
	</item><item>
		<title>By: so</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219124</link>	
		<description>Heh, the proof is in the pudding, as they say.&lt;br&gt;
&lt;br&gt;
For more info on mod_rewrite, follow the &quot;RSE&quot; link above.  That also has pointers to the basic mod_rewrite docs (the former is more of a cookbook type thing).&lt;br&gt;
&lt;br&gt;
To understand the regular expression syntax (the right-hand side of the RewriteCond), consult the unix man page &quot;perlre&quot;, or O&apos;Reilly&apos;s &lt;a href=&quot;http://www.powells.com/biblio/2-9780596528126-0&quot;&gt;excellent book&lt;/a&gt; on the subject.&lt;br&gt;
&lt;br&gt;
I&apos;m sorry to offer only these pointers, but those folks do a great job of talking about something I&apos;d only muddle.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219124</guid>
		<pubDate>Tue, 29 Jan 2008 20:00:57 -0800</pubDate>
		<dc:creator>so</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219513</link>	
		<description>Thanks to all of you. I&apos;m going to test this out. &lt;br&gt;
&lt;br&gt;
So, I passed on your economical expression to the ISP&apos;s techs and they said that should work. In addition, they said that what they normally use in these cases is:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
RewriteEngine On&lt;br&gt;
Options +FollowSymlinks&lt;br&gt;
RewriteBase /&lt;br&gt;
RewriteCond %{HTTP_HOST} dev.digi-manage.com&lt;br&gt;
RewriteCond %{REQUEST_URI} !dev/&lt;br&gt;
RewriteRule ^(.*)$ dev/$1 [L]&lt;br&gt;
RewriteCond %{HTTP_HOST} test.digi-manage.com&lt;br&gt;
RewriteCond %{REQUEST_URI} !test/&lt;br&gt;
RewriteRule ^(.*)$ test/$1 [L]&lt;br&gt;
RewriteCond %{HTTP_HOST} kfb.digi-manage.com&lt;br&gt;
RewriteCond %{REQUEST_URI} !kfb/&lt;br&gt;
RewriteRule ^(.*)$ kfb/$1 [L]&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
First, I&apos;d like to know what the difference is between this expression and the one we came up with here:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
RewriteCond %{HTTP_HOST} ^(www\.)?alice.com$&lt;br&gt;
&lt;br&gt;
RewriteRule ^(.*) http://mycurrentdomain.com/alice/$1 [L,R]&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
Second, I&apos;d like to know where in my ISP&apos;s Rewrite should I put my newdomain.com and where should I sub my path (maindomain.com/subdirectory)?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219513</guid>
		<pubDate>Wed, 30 Jan 2008 06:00:38 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: handybitesize</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219786</link>	
		<description>I&apos;ll try this&lt;br&gt;
&lt;br&gt;
RewriteEngine On &lt;small&gt; - Switches mod_rewrite on&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
Options +FollowSymlinks  &lt;small&gt; - Instructs the server to follow symbolic links&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
RewriteBase / &lt;small&gt; - Tells mod_rewrite if the URL and file path are different - their not &lt;br&gt;
&lt;br&gt;
Then we have a series of if statements....&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
RewriteCond %{HTTP_HOST} dev.digi-manage.com&lt;br&gt;
&lt;small&gt;IF the HTTP_HOST EQUALS  dev.digi-manage.com...&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
RewriteCond %{REQUEST_URI} !dev/&lt;br&gt;
&lt;small&gt;AND the URI (the bit after the domain) does NOT EQUAL dev (so you don&apos;t get in a loop)&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
RewriteRule ^(.*)$ dev/$1 [L]&lt;br&gt;
&lt;small&gt;THEN capture the entire URI (.*) and append it to dev so that &lt;br&gt;
dev.digi-manage.com/my/directory/structure becomes dev.digi-manage.com/dev/my/directory/structure&lt;br&gt;
&lt;br&gt;
The [L] flag says this the end of the rewriting process for this URL&lt;br&gt;
&lt;br&gt;
The suggested query says..&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
RewriteCond %{HTTP_HOST} ^(www\.)?alice.com$&lt;br&gt;
&lt;small&gt;IF the HTTP_HOST EQUALS  alice.com WITH an option www. in front&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
RewriteRule ^(.*) http://mycurrentdomain.com/alice/$1 [L,R]&lt;br&gt;
&lt;small&gt;THEN capture the entire URI (.*) and append it to http://mycurrentdomain.com/alice/ so that &lt;br&gt;
www.alice.com/my/directory/structure becomes http://mycurrentdomain.com/alice/my/directory/structure&lt;br&gt;
&lt;br&gt;
The [L,R] flags are for LAST as above and REDIRECT, which sends a HTTP 302 to the client meaning, amongst other things, that the browser address bar will change to reflect the new  URL. I was under the impression that you didn&apos;t want this bit....&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
For you second question you&apos;ll want to point alice.com to resolve to maindomain.com and in then you can use (as per your isp example)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
RewriteEngine On&lt;br&gt;
Options +FollowSymlinks&lt;br&gt;
RewriteBase /&lt;br&gt;
RewriteCond %{HTTP_HOST} ^(www\.)?alice.com$&lt;br&gt;
RewriteCond %{REQUEST_URI} !alice/&lt;br&gt;
RewriteRule ^(.*)$ alice/$1 [L]&lt;br&gt;
&lt;br&gt;
In brief - if someone requests a page using alice.com and its not already serving from the alice folder then serve it from the alice folder.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
HTH</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219786</guid>
		<pubDate>Wed, 30 Jan 2008 09:15:30 -0800</pubDate>
		<dc:creator>handybitesize</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219881</link>	
		<description>Thanks. I think I could use &quot;Apache for Dummies.&quot; ;-)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219881</guid>
		<pubDate>Wed, 30 Jan 2008 10:15:49 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219909</link>	
		<description>&lt;b&gt;It worked!!!!!&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
Thanks to all of you. I&apos;d like to mark all of these as the best answer since it was a great collaborative effort. I really appreciate it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219909</guid>
		<pubDate>Wed, 30 Jan 2008 10:36:05 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/82238/Who-Knows-the-Code#1219919</link>	
		<description>BTW, handybitesize, going back to your first response: I don&apos;t have access to the conf file since I&apos;m on a shared, rather than dedicated server. But your last entry really helped.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82238-1219919</guid>
		<pubDate>Wed, 30 Jan 2008 10:39:53 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item>
	</channel>
</rss>
