.htaccess Solution Needed

Discussion in 'Security' started by DTHBAH2006, Jan 23, 2007.

  1. #1
    Hi All! :D

    Ensure that php is configured with register_globals OFF

    How would I insert this into the .htaccess file without getting error messages?

    Thanks for the assistance!

    dthbah2006
     
    DTHBAH2006, Jan 23, 2007 IP
  2. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This line in the .htaccess file in the root directory is supposed to do the trick:

    php_flag register_globals 0
     
    clancey, Jan 24, 2007 IP
  3. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #3
    php_flag register_globals 0 will do the trick or on some servers php_value
     
    koolasia, Jan 25, 2007 IP
  4. DTHBAH2006

    DTHBAH2006 Active Member

    Messages:
    988
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    70
    #4
    :D Thanks guys for the suggestions.

    The problem has been corrected.

    dthbah2006
     
    DTHBAH2006, Jan 26, 2007 IP