I want Open Safe_mode for one site

A_1

Active Member
Jan 5, 2007
35
0
156
hello,

i want make Safe_mode off for only one site on the server please tell me how can i do that
 

Nhojohl

Well-Known Member
Nov 28, 2006
100
0
166
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