Hello...
For OsCommerce to work, apparently one needs to enable register_globals. (??? What were they thinking ???) Anyway, been trying various methods in .htaccess to do this:
These cause Misconfig 500 errors.
Have also tried:
Also error 500.
Any other ideas? I'm running CentOS. .htaccess definitely works, because I've used mod_rewrite... among other things.
Thanks.
-mholt
For OsCommerce to work, apparently one needs to enable register_globals. (??? What were they thinking ???) Anyway, been trying various methods in .htaccess to do this:
Code:
<Directory "/home/aether/public_html/shoppingcart">
AllowOverride All
php_admin_flag register_globals on
php_admin_flag register_long_arrays on
</Directory>
These cause Misconfig 500 errors.
Have also tried:
Code:
php_value register_globals 1
Also error 500.
Any other ideas? I'm running CentOS. .htaccess definitely works, because I've used mod_rewrite... among other things.
Thanks.
-mholt
Last edited:







