Does this prevent href="/common.css?v=2590" at all or only if the version number changes f.e. to /common.css?v=2591
On Wed, 03 Jun 2009 15:16:44 +0200, Michael Baierl <[email protected]> wrote: > Roland Liebl wrote: >> Why not doing something like ... >> >> <link rel="stylesheet" type="text/css" href="/common.css?v=<roundcube:var >> name="config:version" />" /> >> >> ... in the template files? > > This will prevent caching completely. > > It is better to have something like > > href="/css/<roundcubeversion>/common.css" > > and rewrite rules. > > Best regards, > > Michael > _______________________________________________ > List info: http://lists.roundcube.net/dev/ _______________________________________________ List info: http://lists.roundcube.net/dev/
