My settings have php4 as the primary app on my site, but I'm trying to direct apache to use php5 on one of my sub-domains.
I modified my htaccess file with the following line
Fully expecting this to work, it didn't. Any ideas how I can make this happen?Code:AddType x-mapp-php5 .php


