Joomla! PHP register_globals problem on 1and1
I got the following notice in my Joomla install on 1and1.
PHP register_globals setting is `ON` instead of `OFF`
Simply add
AddType x-mapp-php5 .php
to htaccess.txt located in the Joomla root and rename the file to .htaccess.
Hurray!