<?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: .htaccess for Dreamhost users</title>
	<atom:link href="http://neo22s.com/htaccess-for-dreamhost-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://neo22s.com/htaccess-for-dreamhost-users/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=htaccess-for-dreamhost-users</link>
	<description>Web development, scripts, source code and IT stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:49:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: .htaccess for Dreamhost users &#171; Open Classifieds - Support</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-4026</link>
		<dc:creator>.htaccess for Dreamhost users &#171; Open Classifieds - Support</dc:creator>
		<pubDate>Sun, 24 Apr 2011 18:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-4026</guid>
		<description>[...] From http://neo22s.com/htaccess-for-dreamhost-users/  Posted 1 year ago [...]</description>
		<content:encoded><![CDATA[<p>[...] From <a href="http://neo22s.com/htaccess-for-dreamhost-users/" rel="nofollow">http://neo22s.com/htaccess-for-dreamhost-users/</a>  Posted 1 year ago [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chema</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-3853</link>
		<dc:creator>Chema</dc:creator>
		<pubDate>Thu, 17 Feb 2011 22:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-3853</guid>
		<description>just try to open a ticket they are kind of responsive ;)

good luck!</description>
		<content:encoded><![CDATA[<p>just try to open a ticket they are kind of responsive ;)</p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-3851</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-3851</guid>
		<description>That cool... understand.

I am really a newbie with the htaccess stuff... any thoughts on what I could do, or where I could look for answers. If it is a Dreamhost issue, what do I need to ask them to turn on/off to get this to work?

Thanks a ton for your help!</description>
		<content:encoded><![CDATA[<p>That cool&#8230; understand.</p>
<p>I am really a newbie with the htaccess stuff&#8230; any thoughts on what I could do, or where I could look for answers. If it is a Dreamhost issue, what do I need to ask them to turn on/off to get this to work?</p>
<p>Thanks a ton for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chema</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-3850</link>
		<dc:creator>Chema</dc:creator>
		<pubDate>Thu, 17 Feb 2011 19:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-3850</guid>
		<description>I&#039;m sorry I&#039;m not using dreamhost anymore, I&#039;ve got sick of them and sooo many trouble with them....</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry I&#8217;m not using dreamhost anymore, I&#8217;ve got sick of them and sooo many trouble with them&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-3849</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 17 Feb 2011 18:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-3849</guid>
		<description>I seem to be running into something like this on my Dreamhost set up. Trying to run a new app that I just got and I keep getting a 403 Forbidden message. The .htaccess file looks like this:

RewriteEngine on

RewriteCond $1 !^(index\.php&#124;assets&#124;install) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]

Options SymLinksIfOwnerMatch

That last line seems to be causing all the trouble. If I take it out, then the 403 goes away, but I get a &quot;No input file specified&quot; message so I guess the app needs that line to work. Dreamhost support says they can not debug .htaccess errors and the app writers say the error is with the server so I am all alone out here. Do you know how I might fix this or look for a work around? It is frustrating!</description>
		<content:encoded><![CDATA[<p>I seem to be running into something like this on my Dreamhost set up. Trying to run a new app that I just got and I keep getting a 403 Forbidden message. The .htaccess file looks like this:</p>
<p>RewriteEngine on</p>
<p>RewriteCond $1 !^(index\.php|assets|install) [NC]<br />
RewriteRule ^(.*)$ /index.php/$1 [L]</p>
<p>Options SymLinksIfOwnerMatch</p>
<p>That last line seems to be causing all the trouble. If I take it out, then the 403 goes away, but I get a &#8220;No input file specified&#8221; message so I guess the app needs that line to work. Dreamhost support says they can not debug .htaccess errors and the app writers say the error is with the server so I am all alone out here. Do you know how I might fix this or look for a work around? It is frustrating!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chema</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-1965</link>
		<dc:creator>Chema</dc:creator>
		<pubDate>Fri, 14 May 2010 08:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-1965</guid>
		<description>Great news then, but for the record as well, if it&#039;s like this was not just for few hours...at least 2 days as far as I know.

regards</description>
		<content:encoded><![CDATA[<p>Great news then, but for the record as well, if it&#8217;s like this was not just for few hours&#8230;at least 2 days as far as I know.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augustin</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-1964</link>
		<dc:creator>Augustin</dc:creator>
		<pubDate>Fri, 14 May 2010 08:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-1964</guid>
		<description>For the record, I asked for confirmation from Dreamhost on this issue, and this is what they replied:
&lt;blockquote&gt;
There was a temporary change in a security policy for a few hours once
that was made by accident that caused that to not work, however, this was
quickly reverted and these should work just fine.

&quot;this may only affect some PS servers&quot; is completely false.
&lt;/blockquote&gt;

This means that “Options +FollowSymlinks” should work across all Dreamhost servers.</description>
		<content:encoded><![CDATA[<p>For the record, I asked for confirmation from Dreamhost on this issue, and this is what they replied:</p>
<blockquote><p>
There was a temporary change in a security policy for a few hours once<br />
that was made by accident that caused that to not work, however, this was<br />
quickly reverted and these should work just fine.</p>
<p>&#8220;this may only affect some PS servers&#8221; is completely false.
</p></blockquote>
<p>This means that “Options +FollowSymlinks” should work across all Dreamhost servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chema</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-1963</link>
		<dc:creator>Chema</dc:creator>
		<pubDate>Fri, 14 May 2010 05:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-1963</guid>
		<description>Hello Augustin.

Thanks for your feedback, I use a Dremhost PS and works faster thn my shadow ;) I&#039;m really happy with it, almost no downtime and really cheap. And managed!

I think the htaccess problem may be only in some PS...no idea...I just found that this happened to me...

About drupal: It&#039;s really powerful, but is a big pain in the ass, just like WP, they are extremely slow...


regards</description>
		<content:encoded><![CDATA[<p>Hello Augustin.</p>
<p>Thanks for your feedback, I use a Dremhost PS and works faster thn my shadow ;) I&#8217;m really happy with it, almost no downtime and really cheap. And managed!</p>
<p>I think the htaccess problem may be only in some PS&#8230;no idea&#8230;I just found that this happened to me&#8230;</p>
<p>About drupal: It&#8217;s really powerful, but is a big pain in the ass, just like WP, they are extremely slow&#8230;</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augustin</title>
		<link>http://neo22s.com/htaccess-for-dreamhost-users/comment-page-1/#comment-1962</link>
		<dc:creator>Augustin</dc:creator>
		<pubDate>Fri, 14 May 2010 04:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=907#comment-1962</guid>
		<description>Your blog was forwarded to the Drupal development list. I enquired with Dreamhost and the emphatically replied that they do NOT disallow “Options +FollowSymlinks”. My .htaccess there still contain that line and it does not cause any error.

You mention you spoke to their support desk and that they admitted the change in policy. Have they reverted their policy? As I said, my site work fine with +FollowSymlinks and I got a different reply from them.
On the other hand, speaking of Drupal, their shared hosting plan (not their PS plan) is not suited for even a small, low traffic Drupal web site. They are very aggressive at killing non-interactive scripts and processes that &quot;take too much resources&quot;, so much that a normal Drupal cron run more often than not is killed before it can complete properly. Instead, a non existing internal_error.html page is being accessed. Add to that the known problem that Drupal will cache the resulting error message which has for effect that Drupal cron will stop working altogether even on a small site.

I am not particularly happy about that.

Back to topic: maybe you can try if Options +FollowSymlinks work again on your site.</description>
		<content:encoded><![CDATA[<p>Your blog was forwarded to the Drupal development list. I enquired with Dreamhost and the emphatically replied that they do NOT disallow “Options +FollowSymlinks”. My .htaccess there still contain that line and it does not cause any error.</p>
<p>You mention you spoke to their support desk and that they admitted the change in policy. Have they reverted their policy? As I said, my site work fine with +FollowSymlinks and I got a different reply from them.<br />
On the other hand, speaking of Drupal, their shared hosting plan (not their PS plan) is not suited for even a small, low traffic Drupal web site. They are very aggressive at killing non-interactive scripts and processes that &#8220;take too much resources&#8221;, so much that a normal Drupal cron run more often than not is killed before it can complete properly. Instead, a non existing internal_error.html page is being accessed. Add to that the known problem that Drupal will cache the resulting error message which has for effect that Drupal cron will stop working altogether even on a small site.</p>
<p>I am not particularly happy about that.</p>
<p>Back to topic: maybe you can try if Options +FollowSymlinks work again on your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: neo22s.com @ 2012-02-12 12:40:06 by W3 Total Cache -->
