How can I enable php5?

In order to enable php5 do the following: in your document root (public_html for the main domain; public_html/domain name for addon and subdomains) create the file with the name .htaccess and in it add the following : AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml

  • 318 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

Change TimeZone

scripts to use EST or any other timezone you need by the following methods : 1) Using the...

How to turn on register_globals

The register_globals can be turned on in your php.ini file. To do this, create a php.ini file in...

I need PHP5 for my scripts, but the server has PHP4 installed only. Please upgrade PHP.

We already have PHP5 running in our servers. It has been compiled with all the options in...

Do you support PHP Suexec?

Yes, we do support it.