subbu
02-15-2006, 07:53 PM
Hi,
I need some help with php.ini file.
I have my files extensions as .html instead of .php so I need some help what to do in php.ini file to treat the html files as php files. Previously I worked with .htaccess file so I know how to do that in htaccess file but I dont know how to do that in php.ini file.
One more thing is include _path. I want to have default paths to some directories. But I dont know how to include them in include_path. I did it like
include_path = "home/public_html/library/:home/public_html/include/", where library and include are the directories to which I want to have default paths but its not working. Can anybody help me?
Thanks
subbu
I need some help with php.ini file.
I have my files extensions as .html instead of .php so I need some help what to do in php.ini file to treat the html files as php files. Previously I worked with .htaccess file so I know how to do that in htaccess file but I dont know how to do that in php.ini file.
One more thing is include _path. I want to have default paths to some directories. But I dont know how to include them in include_path. I did it like
include_path = "home/public_html/library/:home/public_html/include/", where library and include are the directories to which I want to have default paths but its not working. Can anybody help me?
Thanks
subbu