wp-config.php folder being created inside cache
Hi @tlovett1
I've got this strange case where the plugin creates this chache file:
wp-content/cache/simple-cache/mydomaincom/..-/wp-config.php/index.html
Any idea why this is happening?
Still waiting on this. Is his an issue or not?
Who is your host?
This used to happen on Site5 Managed VPS.
Did you figure this out?
Hi,
This strange cache file is probably a result of someone's attempts to get to wp-config.php file via: http://mydomaincom/..-/wp-config.php/
If this strange request doesn't result in 404 page for whatever reason, it gets cached.
I think the way $_SERVER['REQUEST_URI'] is used to get cache file path (without any sanitization) is quite insecure, but I don't want to post my objections here.
@tlovett1 Can I get in touch via email?