Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
force or no-www code for .htaccess
#5
Something to speed up the GS pages:
(browser caching)

Code:
ExpiresActive on
    # set default
    ExpiresDefault "access plus 24 hours"

    ExpiresByType image/jpg "access plus 7 days"
    ExpiresByType image/gif "access plus 7 days"
    ExpiresByType image/jpeg "access plus 7 days"
    ExpiresByType image/png "access plus 7 days"
    ExpiresByType text/css "access plus 7 days"
    ExpiresByType text/html "access plus 7 days"
    ExpiresByType text/htm "access plus 7 days"
    ExpiresByType text/xml "access plus 7 days"
    ExpiresByType image/x-icon "access plus 1 month"
Reply


Messages In This Thread
force or no-www code for .htaccess - by ccagle8 - 2010-01-03, 13:08:09
RE: force or no-www code for .htaccess - by Felix - 2020-08-20, 00:41:32
force or no-www code for .htaccess - by James - 2010-08-27, 08:06:31
force or no-www code for .htaccess - by yojoe - 2010-08-27, 08:42:27
force or no-www code for .htaccess - by James - 2010-08-27, 08:58:54
force or no-www code for .htaccess - by staseo - 2010-10-07, 08:18:50
force or no-www code for .htaccess - by yojoe - 2010-10-08, 04:47:41



Users browsing this thread: 1 Guest(s)