register_globals is disabled by default on all servers. This provides greater security on the server and makes it more difficult for hackers to exploit scripts. However, some old scripts still need register_globals enabled to work.
1. Create a file .htaccess
2. Insert the following line into .htaccess
php_flag register_globals on
3. Upload the file into /public_html/ directory
0 comments:
Post a Comment