hello, i want make Safe_mode off for only one site on the server please tell me how can i do that
A A_1 Active Member Jan 5, 2007 35 0 156 Jan 7, 2007 #1 hello, i want make Safe_mode off for only one site on the server please tell me how can i do that
N Nhojohl Well-Known Member Nov 28, 2006 100 0 166 Jan 7, 2007 #2 If php is configured as a module you can add this to the .htaccess file. Code: php_flag register_globals on php_flag register_globals off If this doesn't, you can also use: Code: php_value register_globals 0 php_value register_globals 1
If php is configured as a module you can add this to the .htaccess file. Code: php_flag register_globals on php_flag register_globals off If this doesn't, you can also use: Code: php_value register_globals 0 php_value register_globals 1