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
Problems with .htaccess file
Moderator: General Moderators