Results 1 to 4 of 4

Thread: Firebug, Page Speed, htaccess.
      
   

  1. #1
    tbolt is offline Private First Class
    Join Date
    Oct 2009
    Posts
    7

    Default Firebug, Page Speed, htaccess.

    I have been using Firebug on my site http://www.lsrinmin.co.uk on the leverage browser caching, it say's to add expiration dates in the .htaccess file, is this file somewhere in the Cpanel, or do I have to create it, if I have to create it where would I place it when finished.

  2. #2
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,034

    Default Re: Firebug, Page Speed, htaccess.

    The .htaccess file is in cPanel.
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

  3. #3
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,605

    Default Re: Firebug, Page Speed, htaccess.

    You can also access thru BV FTP Manager.
    It will be in the public_html directory or in an Add On directory.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  4. #4
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,605

    Default Re: Firebug, Page Speed, htaccess.

    Here's the code to add to your htaccess file for a one year expiration.

    # 1 YEAR
    <FilesMatch "\.(ico|pdf|flv|jpeg|gif|swf|png|jpg)$">
    Header set Cache-Control "max-age=29030400, public"
    </FilesMatch>
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49