Yes, you can easily switch between PHP-4 & PHP-5 anytime you wish. To see how, see the details below.
How to run PHP-5
By default, all our servers are configured to run PHP-5 (which is the latest stable version). All your .php files will automatically use PHP-5 by default. No special action is required on your part to run PHP-5 scripts on our server.
How to run PHP-4
If you would like to use PHP-4 for your scripts, there are two options:
1) Rename the files that require PHP-4 with the .php4 extension (as opposed to .php). This is useful if you just want to test a few files under PHP-4.
2) If you would like ALL your files within a specific directory (for example, public_html folder) to use PHP-4, then create (or append to a current) .htaccess file the following line. Make sure to work with .htaccess file located in that specific directory.
AddType application/x-httpd-php4 .php
Most Popular Articles
What's the Hostname & Port for MySQL?
When configuring any of your scripts on the server, use the following connection info to...
Do you support GD & ImageMagick?
Yes, we do support GD & ImageMagick modules.The module-binaries are located in under this...
Do you have Linux or Windows servers?
All servers at GigaPros run on CentOS Linux. All servers use high performance Intel(R) Xeon(R) 24...
How do I create an Addon Domain?
An Addon Domain is similar to a subdomain and created in much the same way. An Addon Domain has...
How often do you back up my site ?
Your entire website content (including all e-mails, MySQL databases etc) are automatically backed...