semprot submitted a new resource:
Add More Guest Page Cache Variations - How to add more guest page cache variations
Read more
Okumaya devam et...
Add More Guest Page Cache Variations - How to add more guest page cache variations
Click to expand...
- Open
/xrc/XF/PageCache.php
, backup a copy to your local computer.- Find these line (#261) :
PHP:
return 'page_' . sha1($uri) . '_' . strlen($uri) . "_s{$styleId}_l{$languageId}_v" . self::CACHE_VERSION;
- Change into :
PHP:
return 'page_' . sha1($uri) . '_' . strlen($uri) . "_s{$styleId}_l{$languageId}_v" ...
Read more
Okumaya devam et...