Forum Moderators: phranque
I'm having some trouble installing shopping cart software for one of my sites. There is one PHP directive (register_long_arrays) that needs to be turned "On" in order for everything to work properly. I'm on a shared server, so I don't have access to php.ini, and when I tried to override using .htaccess, I get a 500 internal error. I do have access to the httpd.conf file, and I think I need to add the AllowOverride function to have the .htaccess override ability. Is that true?
Also, when adding anything to httpd.conf, does one need to restart the server?
Thanks for any and all the help.
Unlike changes in .htaccess, changes to httpd.conf do not take effect until the server is restarted.
Jim
Also note that this directive only became available with PHP 5 and is set to TRUE as default. If you are running PHP 4 it should already work.
register_long_arrays = 1