netstepinc
Verified User
I know its bad but I need to get a site working temporarily with register_globals enabled.
I need to use a custom httpd configuration for a domain because suPHP won't acknowledge php.ini or htaccess changes.
The syntax I tried in the DA http config window crashed the server so I'm curious what the correct syntax is.
or
Compiled on Debian 6.0 64-bit
Apache 2.2.25
DirectAdmin 1.43.3
Php 5.3.27 (suPHP)
Or a bigger question...will suPHP allow me to enable register_globals?
I need to use a custom httpd configuration for a domain because suPHP won't acknowledge php.ini or htaccess changes.
The syntax I tried in the DA http config window crashed the server so I'm curious what the correct syntax is.
Code:
php_flag register_globals on
Code:
php_admin_flag register_globals on
Compiled on Debian 6.0 64-bit
Apache 2.2.25
DirectAdmin 1.43.3
Php 5.3.27 (suPHP)
Or a bigger question...will suPHP allow me to enable register_globals?