How do I enable register_globals for osCommerce?

register_globals is off by default. You have to create a .htaccess (the dot is at the front) file in the application directory with the following content (do not omit the quotes): php_value "register_globals" "1"