Folders 755 and Files 644 (not the opposite as you post above).
Still this should be somehow automatic from your hosting setup. Because you can't manually set each and every NEW file or folder created to a permission.
All folders should be 755 and all files 644. Usually the permission in lower level is inherited from the parent.
I mean, if a folder has 755, ALL child folders that are created inside should (automatically) have that.
And all files should be 644, usually from the hosting setup. Because it is impossible to know what files will be created IN a folder by a caching plugin (for example). All caching files should be 644.
Keep in mind that all that depends on hosting also. If you manually create a folder with Filezilla it should have 755 and if you manually create a file with Filezilla it should have 644. Without your intervention.
Everything is fine regarding the permisssions, but this folder isnt in the directory:
/wp-content/uploads/wpforo/cache/forum
And a lot of requests are going there, what can i do about that?
My site is much faster after moving the likes and visits table to mysam databases. Like half the speed, it was obviously a big part of the problem
Everything is fine regarding the permisssions, but this folder isnt in the directory:
/wp-content/uploads/wpforo/cache/forum
And a lot of requests are going there, what can i do about that?
Check and create these folders manually if they don't exist:
- /wp-content/uploads/wpforo/cache/forum
- /wp-content/uploads/wpforo/cache/topic
- /wp-content/uploads/wpforo/cache/post
- /wp-content/uploads/wpforo/cache/tag
- /wp-content/uploads/wpforo/cache/item
- /wp-content/uploads/wpforo/cache/item/forum
- /wp-content/uploads/wpforo/cache/item/topic
- /wp-content/uploads/wpforo/cache/item/post
- /wp-content/uploads/wpforo/cache/item/tag
- /wp-content/uploads/wpforo/cache/item/option
Then create an empty index.html file in each folder.
Upload the attached .htaccess file in each folder (unzip and find the file).