Jump to content

Recommended Posts

Posted

Hi all,

how can i add my library path to the php_value include_path ?

i added this code to .htaccess file, but not working

:huh:

<IfModule mod_php5.c>
  php_value include_path        ".:/home/robocupp/public_html/youtubedanlod.co.cc/library"
</IfModule>

 

why?

:wacko:

Posted

You can't do that. Our PHP is setup under suPHP - it isn't compiled under a DSO. In other words, the php_value directive does not exist under our Apache.

Guest
This topic is now closed to further replies.
×
×
  • Create New...