Plugin Support
qtwrk
(@qtwrk)
you have a weird case , if you create a php file inside of /wp-content/plugins/litespeed-cache/ directory and access it , what does it show ?
Thread Starter
reda33
(@reda33)
Hi, inside /wp-content/plugins/litespeed-cache/ there are a bunch of files, for example the file guest.vary.php, inside it is written :
<?php
*
require ‘lib/guest.cls.php’;
$guest = new \LiteSpeed\Lib\Guest();
$guest->update_guest_vary();
I hope this is what you meant ? Thanks
-
This reply was modified 2 years, 11 months ago by
reda33.
Plugin Support
qtwrk
(@qtwrk)
no , I mean , create a file in that directory , just say test.php with code like
<?php
echo 'hello world';
and open it by browser, what does it show ?
Thread Starter
reda33
(@reda33)
Hello, I created a file called test.php and I copied your suggestion in /wp-content/plugins/litespeed-cache. If I open it by using https://www.mydomain.com/wp-content/plugins/litespeed-cache/test.php I get hello world. I had to deactivate Ithemes security to get it.
I hope this is what you wanted to know
-
This reply was modified 2 years, 11 months ago by
reda33.
Plugin Support
qtwrk
(@qtwrk)
okay , if you keep the itheme security disabled , do you get not-404-response on …./guest.vary.php ?
Thread Starter
reda33
(@reda33)
Yes it was the antivirus plugin that is making this issue, I will sort it out. Thank you