Setup your Web Site to run PHP4 Print

  • 3

On some of our hosting servers, we offer the option to run either PHP Version 5 or PHP Version 4.  By default, the latest stable version of PHP will be running on your sever.  If you have a dedicated server, you can contact our support team and have the server configured to run either version of PHP by default.  In shared hosting accounts, you will need to add the following code into a file called ".htaccess" located in the folder where your scripts reside ( typically the /public_html ).

# Run PHPv4 for .php scripts
AddHandler application/x-httpd-php4 .php

If you need assistance installing the codes required to run PHPv4 on your account, please submit a ticket to our support department and we will be happy to configure the changes for you.

The Holodyn Support Team 


Was this answer helpful?

« Back