How to put the safe_mode = off

Discussion in 'Site & Server Administration' started by taham, Mar 25, 2009.

  1. #1
    Hi,

    Anybody advise me how to put the safe_mode = off in php.ini settings
     
    taham, Mar 25, 2009 IP
  2. eric_basher

    eric_basher Peon

    Messages:
    185
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    just open php.ini whit text editor then write ;

    ; safe mode
    ;
    safe_mode = Off
     
    eric_basher, Mar 25, 2009 IP
  3. taham

    taham Peon

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    Thanks for your advise, but i already tried that. But, that is not working.
    please let me know is there any changes need in httpd config file.
     
    taham, Mar 25, 2009 IP
  4. BlueEagle

    BlueEagle Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi.
    Try to put this line on your .htaccess

    php_flag safe_mode off

    Hope it help you.
     
    BlueEagle, Mar 25, 2009 IP
  5. CrumX

    CrumX Banned

    Messages:
    326
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If your host disable editing php value this wont work either.. It would be best if you ask your hoster about this
     
    CrumX, Mar 25, 2009 IP
  6. taham

    taham Peon

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi,

    Thanks for your help.
     
    taham, Mar 26, 2009 IP