[RSS Feed/News] Add More Guest Page Cache Variations

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
semprot submitted a new resource:

Add More Guest Page Cache Variations - How to add more guest page cache variations

  • 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" ...
Click to expand...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom