Please Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Please Help

    any one , tell me how to turn off safe mode in my sever

    #2
    Originally posted by Mudassiransi View Post
    any one , tell me how to turn off safe mode in my sever
    Edit your php.ini file as root.
    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 .htaccess
    Code:
    php_value safe_mode "0"
    then this should work for your account only
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment

    Working...
    X