ERR_TOO_MANY_REDIRECTS
-
I have a strange situation, any post on facebook if I click on the link (PC) it redirects to the normal page of my website, but if I try to open it as an anonymous page, an error ERR_TOO_MANY_REDIRECTS appears, on mobile the error is the same. If I disable the cache button the problem does not appear
Link to facebook:
Link acess to Mobile:
Print:
https://postimg.cc/gallery/QVhH1tq
htaccess:
BEGIN LSCACHE LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule .litespeed_conf.dat - [F,L] marker MOBILE start RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile] marker MOBILE end marker CACHE RESOURCE start RewriteRule wp-content/./[^/](responsive|css|js|dynamic|loader|fonts).php - [E=cache-control:max-age=3600] marker CACHE RESOURCE end marker FAVICON start RewriteRule favicon.ico$ - [E=cache-control:max-age=86400] marker FAVICON end marker WEBP start RewriteCond %{HTTP_ACCEPT} "image/webp"
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
RewriteCond %{HTTP_USER_AGENT} iPhone.Version/(\d{2}).Safari
RewriteCond %1 >13
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp] marker WEBP end marker DROPQS start CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga marker DROPQS end LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! END LSCACHE BEGIN NON_LSCACHE LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! marker BROWSER CACHE start
ExpiresActive on
ExpiresByType application/pdf A31557600
ExpiresByType image/x-icon A31557600
ExpiresByType image/vnd.microsoft.icon A31557600
ExpiresByType image/svg+xml A31557600 ExpiresByType image/jpg A31557600
ExpiresByType image/jpeg A31557600
ExpiresByType image/png A31557600
ExpiresByType image/gif A31557600
ExpiresByType image/webp A31557600 ExpiresByType video/ogg A31557600
ExpiresByType audio/ogg A31557600
ExpiresByType video/mp4 A31557600
ExpiresByType video/webm A31557600 ExpiresByType text/css A31557600
ExpiresByType text/javascript A31557600
ExpiresByType application/javascript A31557600
ExpiresByType application/x-javascript A31557600 ExpiresByType application/x-font-ttf A31557600
ExpiresByType application/x-font-woff A31557600
ExpiresByType application/font-woff A31557600
ExpiresByType application/font-woff2 A31557600
ExpiresByType application/vnd.ms-fontobject A31557600
ExpiresByType font/ttf A31557600
ExpiresByType font/otf A31557600
ExpiresByType font/woff A31557600
ExpiresByType font/woff2 A31557600 marker BROWSER CACHE end LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! END NON_LSCACHE BEGIN WordPress As diretrizes (linhas) entre "BEGIN WordPress" e "END WordPress" s?o geradas dinamicamente e só devem ser modificadas através de filtros do WordPress. Quaisquer altera??es nas diretivas entre esses marcadores ser?o sobrescritas. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress BEGIN EWWWIO As diretrizes (linhas) entre "BEGIN EWWWIO" e "END EWWWIO" s?o geradas dinamicamente e só devem ser modificadas através de filtros do WordPress. Quaisquer altera??es nas diretivas entre esses marcadores ser?o sobrescritas. END EWWWIO SOFTACULOUS Block author scans RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (author=\d+) [NC]
RewriteRule .* - [F] SOFTACULOUS Block author scans End SOFTACULOUS Block directory browsing Options -Indexes SOFTACULOUS Block directory browsing End SOFTACULOUS Block access sensitive files Require all denied SOFTACULOUS Block access sensitive files End php -- BEGIN cPanel-generated handler, do not edit Set the “ea-php81” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml php -- END cPanel-generated handler, do not edit BEGIN cPanel-generated php ini directives, do not edit Manual editing of this file may result in unexpected behavior. To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) php_flag display_errors Off php_value max_execution_time 30 php_value max_input_time -1 php_value max_input_vars 1000 php_value memory_limit 128M php_value post_max_size 25M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value upload_max_filesize 20M php_flag zlib.output_compression On
php_flag display_errors Off php_value max_execution_time 30 php_value max_input_time -1 php_value max_input_vars 1000 php_value memory_limit 128M php_value post_max_size 25M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value upload_max_filesize 20M php_flag zlib.output_compression On END cPanel-generated php ini directives, do not editThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ERR_TOO_MANY_REDIRECTS’ is closed to new replies.