.htaccess: Invalid command

Club Cooee

I need temporarily put up an old page on the website. However, for that I need register_globals on. So i set .htaccess the following text:

CODE:
  1. php_value register_globals = 1

But what i got is error page 500. Go to error log and i found this:

CODE:
  1. [Apr 9 08:31:04 2008] [alert] [client xx.xxx.xx.xx] /home/xxx/public_html/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
  2. [Apr 9 08:18:51 2008] [alert] [client xx.xxx.xx.xx] /home/xxx/public_html/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration

As you can see, i got the same error for php_flag too. What am I missing?
Read the rest of this entry »