How do I set register globals on for one account only, while phpsuexec support is disabled?
I'm confused between htaccess and php.ini
I need globals on for one account for modernbill
How do I set register globals on for one account only, while phpsuexec support is disabled?
I'm confused between htaccess and php.ini
I need globals on for one account for modernbill
Your .htaccess file should contain the following line:
php_flag register_globals on