Problems with .htaccess file

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
asumeet
Forum Newbie
Posts: 5
Joined: Sat Feb 04, 2006 6:34 pm

Problems with .htaccess file

Post 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
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

Are you able to manually include() that file exactly character for character as PHP says it cannot find?
Post Reply