By nublaii on
Hi
I am trying to cache my drupal installation with squid, but I am having a difficult time with the css and js.
Looks like drupal is appending a '?[random number or letter]' to the url, even if I haven't touched the css/js files, like this
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/modules/admin/toolbar/admin_toolbar.css?t" />
<link type="text/css" rel="stylesheet" media="all" href="/themes/garland/style.css?t" />
<link type="text/css" rel="stylesheet" media="print" href="/themes/garland/print.css?t" />
<script type="text/javascript" src="/misc/jquery.js?t"></script>
<script type="text/javascript" src="/misc/drupal.js?t"></script>
<script type="text/javascript" src="/sites/default/modules/admin/toolbar/admin_toolbar.js?t"></script>
Any idea if this functionality can be disabled?