The simpler media website CMS
46c46
< $cachesubfolders = array("index", "albums","images","pages","search");
---
> $cachesubfolders = array("index", "albums","images","pages");
73c73
< setOptionDefault('static_cache_excludedpages', 'contact.php/,register.php/');
---
> setOptionDefault('static_cache_excludedpages', 'search.php/,contact.php/,register.php/');
253,266d252
< // search.php
< if($_zp_gallery_page === "search.php") {
< $cachesubfolder = "search";
< $custompage = $_zp_gallery_page;
< $words = $_REQUEST['words'];
< $date = $_REQUEST['date'];
< if (strlen($words) > 0) {
< $custompage = $words."-".$custompage;
< }
< if (strlen($date) > 0) {
< $custompage = "d".$date."-".$custompage;
< }
< $cachefilepath = $cachesubfolder."/".$custompage.$page.$locale.".html";
< }
268c254
< else if(isset($_GET['p'])) {
---
> if(isset($_GET['p'])) {
299c285
< $cachesubfolders = array("index", "albums","images","pages","search");
---
> $cachesubfolders = array("index", "albums","images","pages");
Comments
"Foo"
foo-search.php_1_en_US.html
"Foo" page 2:
foo-search.php_2_en_US.html
Images taken on 2010-07-17:
d2010-07-17-search.php_1_en_US.html