• Resolved izas1993

    (@izas1993)


    Numer raportu: IUGQQOCH

    The page loads correctly in all browsers except the Facebook browser.

    Data raportu:?12/15/2023 17:40:03

    After sending the link via Messenger, some images stop loading, and one of the subpages (https://www.2119pln.pl/postulaty-protestu/) jumps and reloads every second. ??

    I am not a technical person, thank you in advance for your help.”

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    I think it’s due to guest mode

    please try add this to your .htaccess , at top of it

    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} facebook [NC]
    RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+no_guest_mode]

    and add this to your wp-config.php , at top of it , next line after <?php:

    if (stripos($_SERVER['HTTP_USER_AGENT'], 'facebook') !== false) 
    {
    define( 'LITESPEED_DISABLE_ALL', true );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘The Facebook browser’ is closed to new replies.