How to update Hostgator to PHP 5.3

Some Hostgator web hosting accounts are still running PHP version 5.2.  Hostgator has upgraded their servers offering both PHP 5.3 and 5.4. You will just need to a small piece of code to make this work.

Add this to your .htaccess file

# Use PHP 5.3
AddType application/x-httpd-php53 .php

Share This

Copy Link to Clipboard

Copy