简体   繁体   中英

Adding include path value to .htaccess causes internal server error

Running on Linux & when I put this line into my .htaccess file I get an internal server error; what is wrong with it?

php_value include_path ".:/usr/local/php5/lib/php/PEAR:/usr/share/pear:/home/username/public_html/includes:.."

Server was using suPHP as the handler & that handler doesn't support setting php values via the .htaccess file; they have to be set via the php.ini file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM