Looking to enable php4 in php5 based server
install php 4 first in server using easyapache and add the below code in .htaccess of your account to use php4
AddType application/x-httpd-php4 .html
AddHandler application/x-httpd-php4 .html
Looking to enable php4 in php5 based server
install php 4 first in server using easyapache and add the below code in .htaccess of your account to use php4
AddType application/x-httpd-php4 .html
AddHandler application/x-httpd-php4 .html