<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for hjr29</title><link>http://disqus.com/by/hjr29/</link><description></description><atom:link href="http://disqus.com/hjr29/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 13 Jun 2008 20:46:14 -0000</lastBuildDate><item><title>Re: suggested-web-hosts | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=suggested-web-hosts#comment-674015</link><description>&lt;p&gt;Here's another New Zealand based web-host that is confirmed to work, after performing the given changes&lt;/p&gt;&lt;p&gt; * [[&lt;a href="http://kiwihosting.net.nz" rel="nofollow noopener" target="_blank" title="http://kiwihosting.net.nz"&gt;http://kiwihosting.net.nz&lt;/a&gt;|&lt;a href="http://Kiwihosting.net" rel="nofollow noopener" target="_blank" title="Kiwihosting.net"&gt;Kiwihosting.net&lt;/a&gt;: Hosting Lite, Unix]]&lt;br&gt;350 MB space, 5 GB/month traffic, PHP5, unlimited MySQL 4.x databases, unlimited domains, and more...&lt;br&gt; * Comment by Hans de Ruiter: &lt;br&gt;You will need the following in your .htaccess file for it to install:&lt;br&gt;php_flag zend.ze1_compatibility_mode Off&lt;/p&gt;&lt;p&gt;After installation, you may need to reinsert the above line into the .htaccess file. My .htaccess file ended up looking like:&lt;br&gt;php_flag zend.ze1_compatibility_mode Off&lt;/p&gt;&lt;p&gt;#### START Override default PHP.ini values&lt;br&gt;php_value allow_call_time_pass_reference on&lt;br&gt;php_value register_globals off&lt;/p&gt;&lt;p&gt;# PHP Memory Limit&lt;br&gt;php_value memory_limit 64M&lt;/p&gt;&lt;p&gt;### SILVERSTRIPE START ###&lt;br&gt;RewriteEngine On&lt;br&gt;RewriteBase /&lt;/p&gt;&lt;p&gt;RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$ &lt;br&gt;RewriteCond %{REQUEST_URI} ^(.*)$&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;RewriteRule .* /sapphire/main.php?url=%1&amp;amp;%{QUERY_STRING} [L]&lt;br&gt;### SILVERSTRIPE END ###&lt;/p&gt;&lt;p&gt;There is an additional problem documented [url=&lt;a href="http://silverstripe.com/site-builders-forum/flat/84637" rel="nofollow noopener" target="_blank" title="http://silverstripe.com/site-builders-forum/flat/84637"&gt;http://silverstripe.com/sit...&lt;/a&gt;]here[/url]. The server's $_SERVER['SCRIPT_NAME'] variable doesn't return what Silverstripe expects. The work around is to change line 149 in sapphire/main.php, from:&lt;br&gt;$baseURL = dirname(dirname($_SERVER['SCRIPT_NAME']));&lt;/p&gt;&lt;p&gt;to:&lt;br&gt;$baseURL = '/';&lt;/p&gt;&lt;p&gt;If you installed Silverstripe in some sub-directory, $baseURL will have to be set to that sub-directory.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hjr29</dc:creator><pubDate>Fri, 13 Jun 2008 20:46:14 -0000</pubDate></item></channel></rss>