|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-05-27 16:53 UTC] sniper@php.net
[2003-05-27 17:02 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Apr 10 00:00:01 2026 UTC |
Hello ! My 'include_path' is not overriden in a .htaccess file. Here is my config : Apache 2.0.45 PHP 4.3.1 (apache module) Windows 2000 I write this in my .htaccess file placed under D:\dev\www\htdocs (the document_root path) : <IfModule mod_php4.c> php_value include_path "D:\dev\www\php-include;." </IfModule> and this in my D:\dev\www\htdocs\index.php file <?php echo ini_get('include_path'); ?> When I call that page in a browser, i get that incorrect value (it's the default value : PHP isn't even installed there) : .;c:\php4\pear My .htaccess is read by apache, because nothing nothing goes wrong when calling missing pages ... Could you please see what's wrong ? Do I use wrong parameters ? If you want further information about my configuration, don't hesitate to send me an e-mail. dingoth