Page 1 of 1

Problems with .htaccess file

Posted: Sat Feb 04, 2006 6:57 pm
by asumeet
I'm a newbie to apache and php. I have configured my .htaccess file in windows. the following is the contents of the file

php_value include_path "c:/root/iv/includes"
php_value auto_prepend_file "c:/root/iv/global.php"
php_value session.cache_limiter "public"


i have set the apache2 docroot to point to c:/root

there is folder called iv which is my project. And inside this folder i have the .htaccess file. I have some classes defined in the
includes directory which i want to include whenever i run the contents of the iv folder. But it seems that there is a problem accesing classes

the error i get is

Fatal error: Class 'LibClass' not found in c:\root\iv\includes\ControllerClass.php on line 17

I need Help....

Thank You
Sumeet

Posted: Thu Feb 09, 2006 7:31 pm
by josh
Are you able to manually include() that file exactly character for character as PHP says it cannot find?