Another piece of information for anyone installing Drupal at JodoHost, the default .htaccess file needs to be edited to work properly. The php_value settings must have only one space between php_value and the setting. The standard Drupal file has multiple spaces or tabs to make it look nice but that doesn’t work on JodoHost. That’s the reason it complains about register.globals and mbstring even though .htaccess is supposed to be setting those correctly. Removing the multiple spaces fixes it.