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
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.