Only Pay for What You Use
A Cloud hosting plan from NearlyFreeSpeech.NET for Varies a month.
Description
For as little as $0.25, you can set up web sites at NearlyFreeSpeech.NET, the original home of only pay for what you use hosting.
A Cloud hosting plan from NearlyFreeSpeech.NET for Varies a month.
For as little as $0.25, you can set up web sites at NearlyFreeSpeech.NET, the original home of only pay for what you use hosting.
Quick Links
Symphony • Open Source XSLT CMS
--with-xsl
)
Reviews
I absolutely love NFS, I’ve been using them for almost 6 years now, and they’ve never missed a beat, and because I use almost no traffic, I rarely have to put more money into my account. In terms of stability, I’ve never seemed to have any problems, and as for compatibility, they’ve got a couple of configuration options, but it’s basically what you get most other places I’ve seen. I’ve never hosted symphony with them, but I don’t see any problems, and I’ll be sure to let you guy know when I do.
Looks like a great host for other CMS, but I’ve been trying all night to get symphony working with this one and have just found out that turn off safe mode is disabled by default - so the installation can’t complete without write privileges to the manifest folder.
I've successfully gotten two ensemble installations (just different versions of the same site) to work on NFS. I'd first set it up over a year ago, but forgot all the steps I had to take to get it working.
PHP's Safe Mode is enabled, so you have to change the permissions and groups of some files and directories. Files that will write to folders need to belong to the
web
group, and directories that will be written to need to be group writeable. To get through installation then,install.php
needs to be a member ofweb
and the directory you're installing into will need to be group writeable.You'll also want to add
index.php
and, if you're using the JIT extension,extensions/jit_image_manipulation/extension.driver.php
toweb
in order to get the site working and JIT images to display in the browser. I assume I might run into some other files, I'll update this if I do, but if you run into any other problems, NFS has information here and here about how to deal with safe mode.