PDA

View Full Version : Changing Apache Directive


AngelDrago
12th January 2006, 01:16
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:)

falko
12th January 2006, 02:14
This is not an Apache directive, it's a PHP directive.
You should try php_flag register_globals on in the Apache directives field; that one should work.

AngelDrago
12th January 2006, 16:30
Thank you very much

Peace
AD:D