I had a vps customer recently telling me they needed php4 for something. I have replaced the php that comes with it, with 5.24,
I tried to add this one line
addType application/x-httpd-php4 php
but we got a forbidden. So I replaced lsphp with the original and his script worked.
How can we keep php5 as the main php and call php4 from htaccess?
I tried to add this one line
addType application/x-httpd-php4 php
but we got a forbidden. So I replaced lsphp with the original and his script worked.
How can we keep php5 as the main php and call php4 from htaccess?