Welcome Guest, Not a member yet? Register   Sign In
Super .htaccess file
#14

[eluser]Philip Ramirez[/eluser]
[quote author="sdbruder" date="1217070074"]clearing the browser cache will do it, *for your client*.

We use aggressive caching with ExpiresDefault "access plus 1 year", but to circumvent that same agressive caching we use a global 'serial number' in all urls that mention cacheable files (images, js, css, etcetera), and part of our build process (Makefile) auto-updates it when some of that files changed, so /img/somefile.127.jpg got changed to /img/somefile.128.jpg in all generated html, and that some rewrite rules as

RewriteRule (.*)\.[0-9]+\.js $1.js
RewriteRule (.*)\.[0-9]+\.css $1.css
RewriteRule (.*)\.[0-9]+\.html $1.html

permits that none of our files need to be renamed.[/quote]

Using something like main.css?v=123456560823 also handles that problem.

EDIT: apparently using query strings only works with IE and FF. So, sdbruder's way is def. the safest way!


Messages In This Thread
Super .htaccess file - by El Forum - 07-16-2008, 10:10 PM
Super .htaccess file - by El Forum - 07-17-2008, 01:48 PM
Super .htaccess file - by El Forum - 07-17-2008, 08:00 PM
Super .htaccess file - by El Forum - 07-18-2008, 08:26 AM
Super .htaccess file - by El Forum - 07-18-2008, 09:31 AM
Super .htaccess file - by El Forum - 07-18-2008, 01:02 PM
Super .htaccess file - by El Forum - 07-18-2008, 02:00 PM
Super .htaccess file - by El Forum - 07-18-2008, 02:41 PM
Super .htaccess file - by El Forum - 07-19-2008, 12:16 PM
Super .htaccess file - by El Forum - 07-22-2008, 08:15 AM
Super .htaccess file - by El Forum - 07-25-2008, 09:24 AM
Super .htaccess file - by El Forum - 07-25-2008, 09:53 AM
Super .htaccess file - by El Forum - 07-26-2008, 12:01 AM
Super .htaccess file - by El Forum - 07-26-2008, 08:18 AM
Super .htaccess file - by El Forum - 07-29-2008, 05:38 AM
Super .htaccess file - by El Forum - 07-29-2008, 11:25 AM
Super .htaccess file - by El Forum - 08-01-2008, 07:03 PM
Super .htaccess file - by El Forum - 08-04-2008, 10:18 AM
Super .htaccess file - by El Forum - 08-07-2008, 03:42 PM
Super .htaccess file - by El Forum - 08-07-2008, 03:53 PM
Super .htaccess file - by El Forum - 08-07-2008, 08:01 PM
Super .htaccess file - by El Forum - 08-25-2008, 03:39 AM
Super .htaccess file - by El Forum - 08-25-2008, 08:50 AM
Super .htaccess file - by El Forum - 08-25-2008, 10:06 AM
Super .htaccess file - by El Forum - 08-25-2008, 10:13 AM
Super .htaccess file - by El Forum - 08-25-2008, 10:30 AM
Super .htaccess file - by El Forum - 11-05-2008, 02:06 PM
Super .htaccess file - by El Forum - 01-30-2009, 10:19 AM
Super .htaccess file - by El Forum - 02-04-2009, 11:00 AM
Super .htaccess file - by El Forum - 02-04-2009, 02:27 PM
Super .htaccess file - by El Forum - 02-04-2009, 02:59 PM
Super .htaccess file - by El Forum - 02-05-2009, 04:25 PM
Super .htaccess file - by El Forum - 04-13-2009, 03:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB