You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
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.
Administrator
Staff member