i am migrating a really massive site to drupal from a custom cms. to keep the site usable i'll need to use the boost module. the problem at the moment is that boost doesn't cache pages with query urls, such as paginated views. (?page=1). a potentially simple solution seems to be switching to clean paging urls. perhaps using a combination of .htaccess and a tweak to template.php? unfortunately, this is a bit out of my comfort zone, so any help is appreciated.