I have a customer trying to setup oscommerce and it will not work because he says register_globals is off, but I double checked php.ini and it is turned off already.. I am not sure of how the cpanel setup works so I was wondering if any of you had an suggestions of how I can enable it for this site? Would I just do something like the following in my httpd.conf??
ServerAdmin webmaster@domain.com
DocumentRoot /home/siteadmin/public_html
BytesLog domlogs/domain.com_log
User admin
Group admin
ServerName www.domain.com
ScriptAlias /cgi-bin/ /home/siteadmin/public_html/cgi-bin/
CustomLog domlogs/domain.com combined
register_globals Off