Changing Apache Directive

Discussion in 'Installation/Configuration' started by AngelDrago, Jan 12, 2006.

  1. AngelDrago

    AngelDrago Member

    Hi everyone i tried to add this in the apache directive and it's giving me this statment... # register_globals on # NOT SUPPORTED! and i'm using Debian Sage 3.1

    Any Ideas how i can corect that...

    Thank you
    AngelDrago:)
     
  2. falko

    falko Super Moderator ISPConfig Developer

    This is not an Apache directive, it's a PHP directive.
    You should try
    Code:
    php_flag register_globals on
    in the Apache directives field; that one should work.
     
  3. AngelDrago

    AngelDrago Member

    Thank you very much

    Peace
    AD:D
     

Share This Page