Ok, so it’s not so clear to me.
I’m using PHP caching mode.
At this time, caching is working fine, but I have some problems.
1) Due to PHP Safe Mode enable probably, I cannot write the cache even if directory cache has 777 permissions!
2) How can I be safe from malicious attacks?
How can solve them?
Thank you in advance,
KFP69
Since cache directory is world-writable and executable… perhaps it is a good idea to hide it by using one another name… is it?
Thank u in advance
Yes, I know it. But I’d like to update automatically the cache every time a new post is written. So, even if a folder has 777 permissions, it cannot be written. It is due to different owner’s name (that is automatically assigned to).
Please, help me.