- Compatible XF 2.x versions
-
- 2.1
- 2.2
- Open
/xrc/XF/PageCache.php
, backup a copy to your local computer.
- Find this line (#274) :
PHP:
$cacheId = 'page_' . sha1($uri) . '_' . strlen($uri) . "_s{$styleId}_l{$languageId}_c{$cookieConsentId}_v" . self::CACHE_VERSION;
- Change into :
PHP:
$cacheId = 'page_' . sha1($uri) ...
You do not have permission to view the full content of this resource.
Log in or register now.