<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Pedro Posada&#039;s Blog</title>
 <link>http://pedroposada.com/category/blog/.htaccess</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Clean URLs was causing Error 500 - Internal server error</title>
 <link>http://pedroposada.com/blog/clean-urls-was-causing-error-500-internal-server-error.html</link>
 <description>&lt;p&gt;I was getting the anoying &lt;strong&gt;Error 500 - Internal server error&lt;/strong&gt; on my 1and1 home shared hosting again.&lt;/p&gt;
&lt;p&gt;I tried all the fixes on this site but still not getting passed the error page.&lt;/p&gt;
&lt;p&gt;Then I realized that the front page of my site was working fine but the resto of the pages weren&#039;t. So I figured that there might be a problem with the clean URLs. I checked my &lt;strong&gt;.htaccess&lt;/strong&gt; file and there it was.&lt;/p&gt;
&lt;pre&gt;
# RewriteBase /
&lt;/pre&gt;&lt;p&gt;I uncommented that line.&lt;/p&gt;
&lt;pre&gt;
RewriteBase /
&lt;/pre&gt;&lt;p&gt;This solved the problem.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/clean-urls-was-causing-error-500-internal-server-error.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/.htaccess">.htaccess</category>
 <category domain="http://pedroposada.com/category/blog/internalservererror500">internal server error 500</category>
 <pubDate>Fri, 03 Apr 2009 17:20:48 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">60 at http://pedroposada.com</guid>
</item>
<item>
 <title>Memory limit error on MAMP</title>
 <link>http://pedroposada.com/blog/memory-limit-error-mamp.html</link>
 <description>&lt;p&gt;I am developing drupal sites locally on my MacBook using &lt;a href=&quot;http://www.mamp.info/&quot;&gt;MAMP&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I was getting a lot of memory limit errors.&lt;/p&gt;
&lt;p&gt;I modified the php.ini file and also the settings.php fiel in drupal. None of them solved my problems.&lt;/p&gt;
&lt;p&gt;I inserted this line in my .htaccess file inside the drupal folder:&lt;/p&gt;
&lt;pre&gt;
php_value memory_limit&amp;nbsp; &amp;quot;100M&amp;quot;
&lt;/pre&gt;&lt;p&gt;That line goes right after&lt;/p&gt;
&lt;pre&gt;
# PHP 5, Apache 1 and 2.
&amp;lt;IfModule mod_php5.c&amp;gt;
&lt;/pre&gt;&lt;p&gt;This solved my problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/memory-limit-error-mamp.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/.htaccess">.htaccess</category>
 <category domain="http://pedroposada.com/category/blog/phperrors">php errors</category>
 <pubDate>Sun, 22 Mar 2009 22:06:43 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">56 at http://pedroposada.com</guid>
</item>
<item>
 <title>Error 500 - Internal server error (1and1 hosting)</title>
 <link>http://pedroposada.com/blog/error-500-internal-server-error-%281and1-hosting%29.html</link>
 <description>&lt;p&gt;Copy and paste the following line at the beginning of your .htaccess file:&lt;/p&gt;
&lt;pre&gt;
##
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
##&lt;/pre&gt;&lt;p&gt;go to &lt;a href=&quot;http://drupal.org/node/232773&quot; title=&quot;http://drupal.org/node/232773&quot;&gt;http://drupal.org/node/232773&lt;/a&gt; for the complete drupal forum post.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ADDITIONAL IMPORTANT INFORMATION  &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pedroposada.com/blog/error-500-internal-server-error-%281and1-hosting%29.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/error-500-internal-server-error-%281and1-hosting%29.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/.htaccess">.htaccess</category>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <category domain="http://pedroposada.com/category/blog/internalservererror500">internal server error 500</category>
 <pubDate>Mon, 12 May 2008 17:18:41 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">33 at http://pedroposada.com</guid>
</item>
<item>
 <title>.htaccess drupal redirection</title>
 <link>http://pedroposada.com/blog/.htaccess-drupal-redirection.html</link>
 <description>&lt;p&gt;.htaccess code snippet to have any url to redirect to another url. You would insert this in your .htaccess file. This is very useful when you are migrating a static html site into a Drupal site.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pedroposada.com/blog/.htaccess-drupal-redirection.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/.htaccess-drupal-redirection.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/.htaccess">.htaccess</category>
 <category domain="http://pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <pubDate>Tue, 22 Apr 2008 15:02:10 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">30 at http://pedroposada.com</guid>
</item>
</channel>
</rss>
