.htaccess: Invalid command
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:
-
php_value register_globals = 1
But what i got is error page 500. Go to error log and i found this:
CODE:
-
[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
-
[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 »

