Some web hosts are increasing their security levels by disabling register_globals.
If you need to enable register_globals in your site, put the following in your htaccess file:
php_flag register_globals on
Learned about this from Enable register_globals on individual cPanel accounts
No comments:
Post a Comment