Hi all,
I'm currently running zen 1.3.8 with PHP 4.4.7 w/MySQL 4.0.27.
There is a contribution (AJAX IMAGE Swapper), that I want to use that only runs on PHP5.
My hosting company default setting is PHP4 for the .php extention. They will allow me to run PHP5 by creating an .htaccess file with the following line added: AddType x-mapp-php5 .php, which will tell Apache to use PHP 5 instead of PHP 4 for the extension .php in the directory the .htaccess is placed and all sub-directories under it.
My question is do I put the .htaccess file in the site root directory or only in the directories where the mod is being placed?



, really appreciate the response!


