What is the easiest way to enable register_globals = on for one site?
I have tried a few things and have had no luck yet wondering if you guys can help me..
thanks in advance.
What is the easiest way to enable register_globals = on for one site?
I have tried a few things and have had no luck yet wondering if you guys can help me..
thanks in advance.
make and .htaccess file in the root of their site. It only needs one line, but I can't remember which one.... I think both of these will work. You could also put the line of code in httpd.conf in their VirtualHost.
php_flag register_globals on
php_value register_globals 0