In my joomla when i opened my admin panel its shows PHP register_globals setting is `ON` instead of `OFF` what should I do in this situation. What it effect in my sites security
I am getting my account from a post to host site who has hostgator reseller account. What it effect in my site's secutity
I have the same problem but mine the first time i put the code "php_flag register_globals off" before it was ok, when i delete that on my .htaccess for some reason and put it again, that error appeared again even when i added this code " php_flag register_globals off " on .htaccess.Open your .htaccess or if you don't have one rename the htaccess.txt into .htaccess and edit the file and add this code " php_flag register_globals off " at the bottom.