I’ve updated the module from 2.7.7 to 2.8.0 version and after do it the website crash, with error 50X at the front and the desktop.
I’ve looked for the server logs and I found the next errors:
Tipo de registros
Número de últimos registros
[Fri Nov 22 07:53:50.911726 2024] [core:alert] [pid 2083280:tid 2083293] [remote 93.56.163.186:24238] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/wp-admin/plugins.php?w3tc_note=flush_all
[Fri Nov 22 07:53:51.101906 2024] [core:alert] [pid 2083280:tid 2083294] [remote 93.56.163.186:24238] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/
[Fri Nov 22 07:53:52.070344 2024] [core:alert] [pid 2083280:tid 2083295] [remote 93.56.163.186:24238] /home/planingelx.es/web/.htaccess: Header has too many arguments
[Fri Nov 22 07:53:52.260172 2024] [core:alert] [pid 2083280:tid 2083296] [remote 93.56.163.186:24238] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/wp-admin/
[Fri Nov 22 07:53:54.061676 2024] [core:alert] [pid 2083280:tid 2083298] [remote 93.56.163.186:24238] /home/planingelx.es/web/.htaccess: Header has too many arguments
[Fri Nov 22 07:53:54.247837 2024] [core:alert] [pid 2083280:tid 2083300] [remote 93.56.163.186:24238] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/wp-admin/
[Fri Nov 22 07:54:31.059081 2024] [core:alert] [pid 2087354:tid 2087539] [remote 93.56.163.186:24258] /home/planingelx.es/web/.htaccess: Header has too many arguments
[Fri Nov 22 07:54:31.324198 2024] [core:alert] [pid 2087354:tid 2087515] [remote 93.56.163.186:24258] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/wp-admin/
[Fri Nov 22 07:54:32.339516 2024] [core:alert] [pid 2087354:tid 2087516] [remote 93.56.163.186:24258] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/wp-admin/plugins.php?w3tc_note=flush_all
[Fri Nov 22 07:54:32.518693 2024] [core:alert] [pid 2087354:tid 2087517] [remote 93.56.163.186:24258] /home/planingelx.es/web/.htaccess: Header has too many arguments, referer: https://planingelx.es/
If I erase all the code lines inserted by the W3Total Cache plugin in the htaccess, then the website returns to work ok. But a few seconds after, the plugin rewrites the htaccess and the website returns to crash.
If I disable the plugin, then thw website returns to work ok.
I tried to erase all the caches of W3 Total Cache, but the problem continues.
This is the code that the W3 Total Cache plugin adds to my htaccess:
# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
AddType text/css .css
AddType text/x-component .htc
AddType application/x-javascript .js
AddType application/javascript .js2
AddType text/javascript .js3
AddType text/x-js .js4
AddType text/html .html .htm
AddType text/richtext .rtf .rtx
AddType text/plain .txt
AddType text/xsd .xsd
AddType text/xsl .xsl
AddType text/xml .xml
AddType video/asf .asf .asx .wax .wmv .wmx
AddType video/avi .avi
AddType image/avif .avif
AddType image/avif-sequence .avifs
AddType image/bmp .bmp
AddType application/java .class
AddType video/divx .divx
AddType application/msword .doc .docx
AddType application/vnd.ms-fontobject .eot
AddType application/x-msdownload .exe
AddType image/gif .gif
AddType application/x-gzip .gz .gzip
AddType image/x-icon .ico
AddType image/jpeg .jpg .jpeg .jpe
AddType image/webp .webp
AddType application/json .json
AddType application/vnd.ms-access .mdb
AddType audio/midi .mid .midi
AddType video/quicktime .mov .qt
AddType audio/mpeg .mp3 .m4a
AddType video/mp4 .mp4 .m4v
AddType video/mpeg .mpeg .mpg .mpe
AddType video/webm .webm
AddType application/vnd.ms-project .mpp
AddType application/x-font-otf .otf
AddType application/vnd.ms-opentype ._otf
AddType application/vnd.oasis.opendocument.database .odb
AddType application/vnd.oasis.opendocument.chart .odc
AddType application/vnd.oasis.opendocument.formula .odf
AddType application/vnd.oasis.opendocument.graphics .odg
AddType application/vnd.oasis.opendocument.presentation .odp
AddType application/vnd.oasis.opendocument.spreadsheet .ods
AddType application/vnd.oasis.opendocument.text .odt
AddType audio/ogg .ogg
AddType video/ogg .ogv
AddType application/pdf .pdf
AddType image/png .png
AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
AddType audio/x-realaudio .ra .ram
AddType image/svg+xml .svg .svgz
AddType application/x-shockwave-flash .swf
AddType application/x-tar .tar
AddType image/tiff .tif .tiff
AddType application/x-font-ttf .ttf .ttc
AddType application/vnd.ms-opentype ._ttf
AddType audio/wav .wav
AddType audio/wma .wma
AddType application/vnd.ms-write .wri
AddType application/font-woff .woff
AddType application/font-woff2 .woff2
AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
AddType application/zip .zip
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css A31536000
ExpiresByType text/x-component A31536000
ExpiresByType application/x-javascript A31536000
ExpiresByType application/javascript A31536000
ExpiresByType text/javascript A31536000
ExpiresByType text/x-js A31536000
ExpiresByType text/html A3600
ExpiresByType text/richtext A3600
ExpiresByType text/plain A3600
ExpiresByType text/xsd A3600
ExpiresByType text/xsl A3600
ExpiresByType text/xml A3600
ExpiresByType video/asf A31536000
ExpiresByType video/avi A31536000
ExpiresByType image/avif A31536000
ExpiresByType image/avif-sequence A31536000
ExpiresByType image/bmp A31536000
ExpiresByType application/java A31536000
ExpiresByType video/divx A31536000
ExpiresByType application/msword A31536000
ExpiresByType application/vnd.ms-fontobject A31536000
ExpiresByType application/x-msdownload A31536000
ExpiresByType image/gif A31536000
ExpiresByType application/x-gzip A31536000
ExpiresByType image/x-icon A31536000
ExpiresByType image/jpeg A31536000
ExpiresByType image/webp A31536000
ExpiresByType application/json A31536000
ExpiresByType application/vnd.ms-access A31536000
ExpiresByType audio/midi A31536000
ExpiresByType video/quicktime A31536000
ExpiresByType audio/mpeg A31536000
ExpiresByType video/mp4 A31536000
ExpiresByType video/mpeg A31536000
ExpiresByType video/webm A31536000
ExpiresByType application/vnd.ms-project A31536000
ExpiresByType application/x-font-otf A31536000
ExpiresByType application/vnd.ms-opentype A31536000
ExpiresByType application/vnd.oasis.opendocument.database A31536000
ExpiresByType application/vnd.oasis.opendocument.chart A31536000
ExpiresByType application/vnd.oasis.opendocument.formula A31536000
ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
ExpiresByType application/vnd.oasis.opendocument.text A31536000
ExpiresByType audio/ogg A31536000
ExpiresByType video/ogg A31536000
ExpiresByType application/pdf A31536000
ExpiresByType image/png A31536000
ExpiresByType application/vnd.ms-powerpoint A31536000
ExpiresByType audio/x-realaudio A31536000
ExpiresByType image/svg+xml A31536000
ExpiresByType application/x-shockwave-flash A31536000
ExpiresByType application/x-tar A31536000
ExpiresByType image/tiff A31536000
ExpiresByType application/x-font-ttf A31536000
ExpiresByType application/vnd.ms-opentype A31536000
ExpiresByType audio/wav A31536000
ExpiresByType audio/wma A31536000
ExpiresByType application/vnd.ms-write A31536000
ExpiresByType application/font-woff A31536000
ExpiresByType application/font-woff2 A31536000
ExpiresByType application/vnd.ms-excel A31536000
ExpiresByType application/zip A31536000
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon application/json application/vnd.ms-access video/webm application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
<FilesMatch "\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$">
FileETag MTime Size
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public"
Header unset Set-Cookie
Header set X-Powered-By "W3 Total Cache/2.8.0"
</IfModule>
</FilesMatch>
<FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|TXT|XSD|XSL|XML)$">
FileETag MTime Size
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public"
Header set X-Powered-By "W3 Total Cache/2.8.0"
</IfModule>
</FilesMatch>
<FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|avif|avifs|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|ogv|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|AVIF|AVIFS|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|OGV|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
FileETag MTime Size
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public"
Header unset Set-Cookie
Header set X-Powered-By "W3 Total Cache/2.8.0"
</IfModule>
</FilesMatch>
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=31536000"
Header always append X-Frame-Options "SAMEORIGIN"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"
Header set Public-Key-Pins "pin-sha256="$pin"; pin-sha256="$pinbak"; max-age=31536000"
Header set Referrer-Policy "no-referrer-when-downgrade"
</IfModule>
# END W3TC Browser Cache
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^ - [E=W3TC_QUERY_STRING:%{QUERY_STRING}]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)_branch_match_id(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)_bta_c(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)_bta_tid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)_ga(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)_gl(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)_ke(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)adgroupid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)adid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)age\-verified(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)ao_noptimize(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)campaignid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)campid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)cn\-reloaded(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)customid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)dm_i(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)ef_id(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)epik(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)fb_action_ids(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)fb_action_types(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)fb_source(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)fbclid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)gclid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)gclsrc(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)gdffi(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)gdfms(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)gdftrk(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_acc(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_ad(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_cam(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_grp(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_kw(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_mt(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_net(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_src(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_tgt(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)hsa_ver(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)igshid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_campaign(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_cid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_content(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_group(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_keyword(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_medium(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_placement(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)matomo_source(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mc_cid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mc_eid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mkcid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mkevt(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mkrid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mkwid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)msclkid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_campaign(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_cid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_content(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_group(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_keyword(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_medium(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_placement(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)mtm_source(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pcrid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)piwik_campaign(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)piwik_keyword(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)piwik_kwd(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_campaign(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_cid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_content(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_keyword(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_kwd(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_medium(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pk_source(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)pp(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)redirect_log_mongo_id(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)redirect_mongo_id(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)ref(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)s_kwcid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)sb_referer_host(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)si(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)sscid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)toolid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)trk_contact(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)trk_module(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)trk_msg(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)trk_sid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)usqp(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_campaign(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_content(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_expid(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_id(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_medium(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_source(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^(.*?&|)utm_term(=[^&]*)?(&.*|)$ [NC]
RewriteRule ^ - [E=W3TC_QUERY_STRING:%1%3]
RewriteCond %{ENV:W3TC_QUERY_STRING} ^&+$
RewriteRule ^ - [E=W3TC_QUERY_STRING]
RewriteCond %{HTTP_USER_AGENT} ((android|bb\d+|meego).+mobile|2.0\ mmp|240x320|\bppc\b|acer\ s100|alcatel|amoi|archos5|asus|au-mic|audiovox|avantgo|bada|benq|bird|blackberry|blazer|cdm|cellphone|cupcake|danger|ddipocket|docomo|docomo\ ht-03a|dopod|dream|elaine/3.0|ericsson|eudoraweb|fly|froyo|googlebot-mobile|haier|hiptop|hp.ipaq|htc|htc\ hero|htc\ magic|htc_dream|htc_magic|huawei|i-mobile|iemobile|iemobile/7|iemobile/7.0|iemobile/9|incognito|iphone|ipod|j-phone|kddi|konka|kwc|kyocera/wx310k|lenovo|lg|lg-gw620|lg/u990|lge\ vx|liquid\ build|maemo|midp|midp-2.0|mmef20|mmp|mobilephone|mot-mb200|mot-mb300|mot-v|motorola|msie\ 10.0|netfront|newgen|newt|nexus\ 7|nexus\ one|nintendo\ ds|nintendo\ wii|nitro|nokia|novarra|openweb|opera.mobi|opera\ mini|opera\ mobi|p160u|palm|panasonic|pantech|pdxgw|pg|philips|phone|playbook|playstation\ portable|portalmmm|proxinet|psp|qtek|s8000|sagem|samsung|samsung-s8000|sanyo|sch|sch-i800|sec|sendo|series60.*webkit|series60/5.0|sgh|sharp|sharp-tq-gx10|small|smartphone|softbank|sonyericsson|sonyericssone10|sonyericssonu20|sonyericssonx10|sph|symbian|symbian\ os|symbianos|t-mobile\ mytouch\ 3g|t-mobile\ opal|tattoo|toshiba|touch|treo|ts21i-10|up.browser|up.link|uts|vertu|vodafone|wap|webmate|webos|willcome|windows.ce|windows\ ce|winwap|xda|xoom|zte) [NC]
RewriteRule .* - [E=W3TC_UA:_phones]
RewriteCond %{HTTP_USER_AGENT} (a1-32ab0|a210|a211|b6000-h|b8000-h|bnrv200|bntv400|darwin|gt-n8005|gt-p3105|gt-p6810|gt-p7510|hmj37|hp-tablet|hp\sslate|hp\sslatebook|ht7s3|ideatab_a1107|ideataba2109a|ideos\ss7|imm76d|ipad|k00f|kfjwi|kfot|kftt|kindle|l-06c|lg-f200k|lg-f200l|lg-f200s|m470bsa|m470bse|maxwell|me173x|mediapad|midc497|msi\senjoy\s10\splus|mz601|mz616|nexus|nookcolor|pg09410|pg41200|pmp5570c|pmp5588c|pocketbook|qmv7a|sgp311|sgpt12|shv-e230k|shw-m305w|shw-m380w|sm-p605|smarttab|sonysgp321|sph-p500|surfpad|tab07-200|tab10-201|tab465euk|tab474|tablet|tegranote|tf700t|thinkpad|viewpad|voltaire) [NC]
RewriteRule .* - [E=W3TC_UA:_tablets]
RewriteCond %{HTTP_COOKIE} ^(.*;\s*)?(wptouch\-pro\-cache\-state\=mobile|wptouch\-pro\-view\=mobile)(\s*;.*)?$ [NC]
RewriteRule .* - [E=W3TC_COOKIE:_mobile]
RewriteCond %{HTTP_COOKIE} ^(.*;\s*)?(wordpress_logged_in_\.\*=.*)(\s*;.*)?$ [NC]
RewriteRule .* - [E=W3TC_COOKIE:_loggedin]
RewriteCond %{HTTP_COOKIE} ^(.*;\s*)?(role\=member|role\=subscriber)(\s*;.*)?$ [NC]
RewriteRule .* - [E=W3TC_COOKIE:_subscribers]
RewriteCond %{HTTPS} =on
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{SERVER_PORT} =443
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:X-Forwarded-Proto} =https [NC]
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* - [E=W3TC_ENC:_gzip]
RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
RewriteRule .* - [E=W3TC_PREVIEW:_preview]
RewriteCond %{REQUEST_URI} \/$
RewriteRule .* - [E=W3TC_SLASH:_slash]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{ENV:W3TC_QUERY_STRING} =""
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SLASH}%{ENV:W3TC_UA}%{ENV:W3TC_COOKIE}%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" -f
RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SLASH}%{ENV:W3TC_UA}%{ENV:W3TC_COOKIE}%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" [L]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{ENV:W3TC_QUERY_STRING} =""
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SLASH}%{ENV:W3TC_UA}%{ENV:W3TC_COOKIE}%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.xml%{ENV:W3TC_ENC}" -f
RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SLASH}%{ENV:W3TC_UA}%{ENV:W3TC_COOKIE}%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.xml%{ENV:W3TC_ENC}" [L]
</IfModule>
# END W3TC Page Cache core
At the moment, I’ve disabled the W3 Total Cache plugin to keep the website running…
Can you help me?
Regards.
]]>W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /homepages/9/d953215187/htdocs/clickandbuilds/Ashcom/wp-content/advanced-cache.php.
There has been a critical error on this website.
So I no longer have access to my WordPress so no possibility of reactivating the W3 Total Cache plugin, I do not know how to do can you help me please? Thanks in advance
]]>Failed to connect to ljpleu-cdn-woodenseagull.s3.eu-central-003.backblazeb2.com port 80 after 14 ms: Connection refused).
Changing SSL support doesn’t help, it’s always port 80. CDN address is correct (test file https://ljpleu-cdn-woodenseagull.s3.eu-central-003.backblazeb2.com/FullLogo.png opens correcltly
]]>HTML updated fine but not JS.
]]>XML Parsing Error: mismatched tag. Expected: .
Location: https://gregarednak.com/video.xsl?video-sitemap=root
Line Number 243, Column 5:
——————^
I think rules could fix it, but i don’t know how. My current Non-trailing slash pages:
sitemap(_index)?.xml(.gz)?
[a-z0-9_-]+-sitemap([0-9]+)?.xml(.gz)?
([a-z0-9_-]+)?sitemap.xsl
I updated to Site Reviews version 5.25.1 yesterday and my feedback page has stopped working. When a user tries to submit the review, the button just loops endlessly.
Thanks,
Aarushi
I’ve started this topic this morning. And that issue is solved. However we still want to use the W3 total cache plugin in combination with Yoast because of the performance.
The question is: How can we use W3 total cache in combination with Yoast without messing up our XML page sitemap?
Thanks in advance.
]]>