1and1 Hosting uses multiple levels of php. PHP 4 has register_globals set to ON (causes issues with Website Publisher). With PHP 5, register_globals
is by default OFF.
To switch from PHP 4 to PHP 5 add this line to your .htaccess:
AddType x-mapp-php5 .php

The article has been updated successfully.