On Monday 23 June 2003 05:10, Tim Thorburn wrote:

> I have a site running on a shared server (and as such, I have no access to
> the php.ini file) that I'd like to be able to change the default include
> path.  I've done this before using the .htaccess file and the following
> command:
>
> php_value include_path ".:/path/to/web/"
>
> However, on this particular server that command produces an error 500 on
> all PHP files with the above command in the .htaccess file.  Is there
> another way that I can change the default include path?

ini_set()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to