any one , tell me how to turn off safe mode in my sever
Please Help
Collapse
X
-
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 .htaccessCode:php_value safe_mode "0"
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