RSS Feed

Specify php.ini location htaccess

April 19, 2010 by admin No Comments »

Here is how you can tell .htaccess file the location of the php.ini file

create .htaccess file in your local root folder and add the following line somewhere on top

SetEnv PHPRC /[path-to-document-root]/

		        
 

Leave a Reply