Inside each of these folders is a folder called uuid containing a page and file folder. inside of which is a LOT of cache files.
I believe the website is Wordpress.
I’ve contacted my hosting provider and they said “I can confirm that there’s no cause for concern. These references are likely the result of automated processes or background activity that occasionally occur in shared hosting environments. Rest assured, your site remains secure and unaffected by this activity.”
These cache files have remained on my server for several months.
Is this super weird and something that needs to be resolved, or something to expect on a shared server? Is this anything to do with using Kirby?
What is actually inside those cache files, do they contain references to your site? Normally, these files inside the uuid folder contain content like this:
i remember having seen this on shared hosting before. i think its caused by what the host sets in the $_SERVER vars for host and such. kirby is tricked into creating the uuid cache for domains it you do not own.
for one you can remove all those directories.
second, forcing the „base url“ might prevent this from happening again. url | Kirby CMS
– these folders contain cache files to my website, and from the files I’ve checked contain only files from my website. Even though I have no connect to meditateinlondon.org.uk
I believe if the server is the local host it will allow me to access all local subfolders / different versions / iterations of the site locally – and if it is not the local host it sets the base URL to only my domain?