Custom PHP include path
Posted by: cdaveb
Posted on: 2009-06-24 15:55:00
I'm trying to find a way to set a custom PHP include path without having to hard code it into each page. Traditionally I've done this via .htaccess but that doesn't seem to be supported with the default PHP setup on Dreamhost. I tried doing the custom PHP ini thing but it didn't seem to work when I followed the posted instructions on the wiki (and may be overkill for my needs if there's a simpler solution). Any suggestions on the best approach on Dreamhost to solve this problem?