How to disable php5

Dromok

Verified User
Joined
Dec 12, 2008
Messages
27
Hi,
How to disable php5 and enable php4 on .htaccess?
PHP run as CGI(suPHP)
I put in .htaccess
RemoveHandler x-httpd-php5 .php
AddHandler x-httpd-php4 .php​
but is don't work.
 
Back
Top