Hello Theo,

Friday, August 02, 2002, 1:11:32 PM, you wrote:
TR> I am told that I should edit my .htaccess file because I want to include
TR> a file during the execution of a script, but apparently I do something
TR> wrong because I keep getting error messages like these:

TR> Warning: Failed opening 'header.html' for inclusion
TR> (include_path='.:/var/www/html/brokenlink/login') in
TR> /home/virtual/site161/fst/var/www/html/brokenlink/login/index.php3 on
TR> line 32

TR> There was no improvement when I added this line to the .htaccess file:
TR> php_value include_path ".:/var/www/html/brokenlink/login"

TR> Can anyone tell me what I should put in?

try to set include_path from / directory, like this

php_value include_path ".:/home/virtual/site161/fst/var/www/html/brokenlink/login"


-- 
Best regards,
Alexander Kuznetsov



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

Reply via email to