I try to figure out how to cache the homepage of my site (like http://www.site.com). A cached file in the cache folder is created and rewrited each time I hit the homepage.
Thxs
Francois
CommentAuthorfrancois
Fix in the class AkCacheHandler
function _buildCacheId($path, $forcedLanguage = null, $normalize = true) { if ($path === null) { $path = @$_REQUEST['ak'];
// Fix : Pb with cached homepage if ($path==''){ include_once (AK_LIB_DIR.DS.'AkRouter.php'); $Map = new AkRouter(); if(is_file(AK_ROUTES_MAPPING_FILE)){ include_once(AK_ROUTES_MAPPING_FILE); }