Using PHP 5 on the CSAIL Web servers

The standard CSAIL Web servers support both PHP 4 and PHP 5. For backwards compatibility, PHP 4 is the default. To use PHP 5, do one of the following:

  • Rename the PHP files you want to be client-accessible to end in .php5, or
  • Add the following line to your .htaccess file:
AddHandler php5-script .php

-- GarrettWollman - 07 Jan 2009