Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    169
    Plugin Contributions
    0

    Default Purpose of .htaccess file content in admin

    What is the purpose for the following code in the .htaccess files found in the admin folder?

    Code:
    <IfModule mod_setenvif.c>
      <IfDefine SSL>
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0
      </IfDefine>
    </IfModule>
    And what happens if I don't upload these .htaccess files?

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Purpose of .htaccess files in 1.3.8

    It adjustments to the SSL protocol for Internet Explorer browsers ... just as the comment immediately above it says.

    If you don't upload it earlier versions of IE6 may be unable to connect to your SSL server because of an incompatibility with the SSL standard in the re-negociation mechanism.

    Older versions risk losing form data if server response times are slow.

    Why are you considering not uploading it?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Jan 2007
    Posts
    169
    Plugin Contributions
    0

    Default Re: Purpose of .htaccess file content in admin

    Okay, in that case, I'll upload it. I was just hestitant in putting things in .htaccess that I didn't understand.

 

 

Similar Threads

  1. Replies: 5
    Last Post: 31 May 2011, 09:54 PM
  2. .htaccess file content.
    By philip56 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 May 2008, 12:56 PM
  3. htaccess file missing in admin
    By Carnafeagh in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 17 Mar 2007, 07:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg