What is the purpose for the following code in the .htaccess files found in the admin folder?
And what happens if I don't upload these .htaccess files?Code:<IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule>



