[PHP] Setting PHP Include Dir

2002-06-02 Thread Tim Thorburn
Hi, I'm trying to set a PHP include directory for one of my sites. I'm on a shared hosting system, so I don't have access to the php.ini file. My plan was to do it using a .htaccess file in Apache - however I must be doing something very much wrong, as it isn't working. Here is what I've

Re: [PHP] Setting PHP Include Dir

2002-06-02 Thread Bogdan Stancescu
That REALLY is a tricky one because it's documented the way you wrote it in most places, except where you (and I) should've looked: http://www.php.net/manual/en/configuration.php The trick is that you must remove the equal sign. Bogdan Tim Thorburn wrote: Hi, I'm trying to set a PHP