Jan M.J. Storms wrote ... > I added a couple of parameters to the thin startup command: > > --environment production --prefix /nld > > I can now see the home page and the admin pages work... partially. That > is due to radiant being installed in subdirectory /nld. I searched the > mailing list for answers and found some old posts that are a bit > difficult for a newbie like me. > > Is there some easy setting for this, or am I really out of luck here?
A while back I tried installing a Radiant app in a subdirectory, as you're doing here, and ran into problems. While I don't recall if there were any database errors involved, I did manage to locate the relevant production log and there are a lot of 404s due to bad URL paths as a result of the relative_url_root value not being applied in all cases. I ran across some discussion, that I can't find right now, that said (or maybe only suggested) that a subdirectory installation of Radiant wouldn't work. So, being lazy and unwilling to spend more time trying to make the subdirectory install work, I gave in and redeployed in the root directory of a subdomain instead. I was using 0.7.1 at the time so the situation may have changed with 0.8. I haven't tried deploying 0.8 in a subdirectory and am not in a position to do so at this time. You mentioned in your original post that you have another Radiant site running fine. Is it also installed in a subdirectory or is it in the root directory? -- David Cato [email protected] _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
