guest.vary.php

Status
Not open for further replies.
#1
Hi,

I'm using the LiteSpeed Cache plugin on my WordPress site, and the Guest option is disabled. However, when monitoring incoming traffic via cPanel’s Visitors panel, I consistently see suspicious requests being made to this URL:

/wp-content/plugins/litespeed-cache/guest.vary.php > / 2.PNG 1.PNG

This appears to be bot-related traffic or an abuse pattern.

Also, I’ve tested disabling the LiteSpeed Cache plugin entirely — and when it is disabled, these requests stop completely. So it seems directly related to the plugin's presence, even if Guest is off.
 
#2
The guest.vary.php file is not removed if the Guestmode is disabled and belongs to the LiteSpeed cache plugin. If you don't want this file from being accessed by anyone just add this single line of code to the root .htaccess outside of cache plugin markers.

Code:
RewriteRule \guest\.vary\.php - [F,L]
 
Status
Not open for further replies.
Top