any one , tell me how to turn off safe mode in my sever
Please Help
Collapse
X
-
Edit your php.ini file as root.Originally posted by Mudassiransi View Postany one , tell me how to turn off safe mode in my sever
it should be somewhere in /usr/local/lib/php.ini (might be different path in your case)
find line safe_mode on and set it to off
restart apache and that should do the job
else(if you dont have access as root to php.ini)
add this line in .htaccessthen this should work for your account onlyCode:php_value safe_mode "0"
キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment