• Resolved reda33

    (@reda33)


    I changed the path of my wp-config file and I also renamed it. I believe this is the reason why I have this error. I saw some kind of solution here https://wordpress.org/support/topic/404-error-with-guest-vary-php/ but I do not know in my case how to rewrite this.

    If my wp-config file is renamed abc.php (I still have a wp-config file but it just forward to abc.php) and it is located in home/conf for example, what info should I input. Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘guest.vary.php 404’ is closed to new replies.