my php_mod Changed to cgi php

hello
My web space provider has been upgrading from vdeck 1.0 to vdeck 3.0. With this change they changed me from php_mod to php cgi. So my scripting in my .htaccess files no longer works.
I was using this script:
AddType application/x-httpd-php .html
php_value short_open_tag 0
to make my php excutable in .html now it no longer works. what is the correct script for php cgi?
I can use either php5 or php4 they do give me this option.

Sponsor our Newsletter | Privacy Policy | Terms of Service