<?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: .htaccess with MAMP</title>
      <link>http://ask.metafilter.com/53642/htaccess-with-MAMP/</link>
      <description>Comments on Ask MetaFilter post .htaccess with MAMP</description>
	  	  <pubDate>Thu, 21 Dec 2006 15:47:58 -0800</pubDate>
      <lastBuildDate>Thu, 21 Dec 2006 15:47:58 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: .htaccess with MAMP</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP</link>	
  	<description>.htaccess with MAMP I&apos;m running an install of MAMP on my laptop as per an earlier question. &lt;br&gt;
&lt;br&gt;
I updated the .htaccess file by copying and pasting from the site I was copying.  Now it doesn&apos;t work.  All I remember about getting .htaccess to work last time is that it was a huge hassle to figure out.&lt;br&gt;
&lt;br&gt;
Likely candidate for fixing is the RewriteBase line, but I&apos;ve tried a couple things that haven&apos;t worked.&lt;br&gt;
&lt;br&gt;
Friday morning, I&apos;m supposed to bring this laptop with me to demo the site.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.53642</guid>
  	<pubDate>Thu, 21 Dec 2006 15:45:56 -0800</pubDate>
  	<dc:creator>RobotHero</dc:creator>
	
	<category>htaccess</category>
	
	<category>MAMP</category>
	
	<category>rewritebase</category>
	
	<category>rewriterule</category>
	
</item>
<item>
  	<title>By: RobotHero</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP#808275</link>	
  	<description>Here&apos;s a sample of what I&apos;ve got in the .htaccess file now:&lt;br&gt;
&lt;br&gt;
  RewriteEngine on&lt;br&gt;
  #RewriteBase /&lt;br&gt;
  RewriteRule ^request.html$ demo/?q=node/10&lt;br&gt;
  RewriteRule ^pros.html$ demo/?q=node/16</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.53642-808275</guid>
  	<pubDate>Thu, 21 Dec 2006 15:47:58 -0800</pubDate>
  	<dc:creator>RobotHero</dc:creator>
</item>
<item>
  	<title>By: SirStan</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP#808382</link>	
  	<description>Make sure your httpd.conf has &amp;quot;allowoverride all&amp;quot;, and not &amp;quot;none&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
# AllowOverride controls what directives may be placed in .htaccess files.&lt;br&gt;
# It can be &amp;quot;All&amp;quot;, &amp;quot;None&amp;quot;, or any combination of the keywords:&lt;br&gt;
#   Options FileInfo AuthConfig Limit&lt;br&gt;
#&lt;br&gt;
&lt;strong&gt;    AllowOverride None&lt;/strong&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.53642-808382</guid>
  	<pubDate>Thu, 21 Dec 2006 18:07:08 -0800</pubDate>
  	<dc:creator>SirStan</dc:creator>
</item>
<item>
  	<title>By: Blazecock Pileon</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP#808383</link>	
  	<description>Can you post a link to the earlier question? I&apos;d like to try to help, if I can.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.53642-808383</guid>
  	<pubDate>Thu, 21 Dec 2006 18:07:23 -0800</pubDate>
  	<dc:creator>Blazecock Pileon</dc:creator>
</item>
<item>
  	<title>By: SirStan</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP#808384</link>	
  	<description>If that doesnt help, make sure you have mod_rewrite installed correctly.  if THAT doesnt work, toss your rewrite rules right into your httpd.conf file.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.53642-808384</guid>
  	<pubDate>Thu, 21 Dec 2006 18:07:49 -0800</pubDate>
  	<dc:creator>SirStan</dc:creator>
</item>
<item>
  	<title>By: RobotHero</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP#808395</link>	
  	<description>SirStan: I included that, (I assume I put it before my other code) and now I get an Internal Server Error. (I double-checked and I didn&apos;t misspell AllowOverride)   But now that you mention it, I think the way I fixed it last time somehow involved AllowOverride&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Blazecock: My &lt;a href=&quot;http://ask.metafilter.com/mefi/47448&quot;&gt;previous question&lt;/a&gt; was just asking how to get . One of the answers suggested MAMP, which is what I am now using.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.53642-808395</guid>
  	<pubDate>Thu, 21 Dec 2006 18:23:20 -0800</pubDate>
  	<dc:creator>RobotHero</dc:creator>
</item>
<item>
  	<title>By: RobotHero</title>
  	<link>http://ask.metafilter.com/53642/htaccess-with-MAMP#808409</link>	
  	<description>Looks like it may have been a silly blank-space character conversion thing.&lt;br&gt;
&lt;br&gt;
I re-typed the file while looking at the server&apos;s version instead of copying and pasting from the server&apos;s version, and now it works.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.53642-808409</guid>
  	<pubDate>Thu, 21 Dec 2006 18:40:07 -0800</pubDate>
  	<dc:creator>RobotHero</dc:creator>
</item>

    </channel>
</rss>
