I am trying to set register_globals in PHP to on, by adding this row to
the .htaccess file:
php_flag register_globals on
But I get this error message:
/home/frebe/public_html/catalog/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration
Shouldn't it be possible to turn register_globals on?
Best regards,
Fredrik Bertilsson
the .htaccess file:
php_flag register_globals on
But I get this error message:
/home/frebe/public_html/catalog/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration
Shouldn't it be possible to turn register_globals on?
Best regards,
Fredrik Bertilsson