Forum : How can I set the include path and other settings that are fixed in php.ini without having access to php.ini?
Brief description  about Online courses   join in Online courses
View  's Profile

How can I set the include path and other settings that are fixed in php.ini without having access to php.ini?

Hi,

How can I set the include path and other settings that are fixed in php.ini without having access to php.ini?
Asked by | Nov 27, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
hi Naveen,

If you are hosting on a Linux server you may (Depending on your host) be able to use .htaccess this file must be in the root of the web directory.

The format is along the lines of (For PHP4 Module):-
php_value include_path .:/path/that/you/want/to/use
php_value magic_quotes_gpc "off"
php_value track_errors "on"



Nov 27, 2009