<?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>Dark Crimson Blog &#187; Media Temple</title>
	<atom:link href="http://blog.darkcrimson.com/tag/media-temple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.darkcrimson.com</link>
	<description>The Blog of Ben Lister</description>
	<lastBuildDate>Sat, 17 Jul 2010 22:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal Clean URLs on MediaTemple</title>
		<link>http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/</link>
		<comments>http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 00:22:33 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Media Temple]]></category>

		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=6</guid>
		<description><![CDATA[I spent the last hour or so searching for the correct .htaccess file for installing Drupal Clean URLs (Drupal 6.xx) on MediaTemple's server without any luck. Finally, I was able to piece something together that worked and I thought it would be worth sharing]]></description>
			<content:encoded><![CDATA[<p>I spent the last hour or so searching for the correct .htaccess file for installing Drupal Clean URLs (Drupal 6.xx) on MediaTemple&#8217;s server without any luck. Finally, I was able to piece something together that worked and I thought it would be worth sharing <span id="more-6"></span>:</p>
<pre name="code" class="php">< IfModule mod_php5.c>
  php_value magic_quotes_gpc 0
  php_value register_globals 0
  php_value session.auto_start 0
  php_value mbstring.http_input pass
  php_value mbstring.http_output pass
  php_value mbstring.encoding_translation 0
< /IfModule>
< IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /YOUR-SUBDIRECTORY-NAME-HERE
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
< /IfModule></pre>
<p>I hope that this helps someone in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

