| 开发者 | fstab |
|---|---|
| 更新时间 | 2026年7月23日 06:41 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
chmod commands, and a real risk of breaking your site with a single typo.
SiteCare File Permissions Manager removes all of that. From one screen under Tools → Permissions, it recursively applies the safe, recommended permissions across your entire WordPress install - no FTP, no shell, no command line. The recommended values are pre-filled, so for most people it really is a single button.
Features
The defaults are the widely recommended values: 755 for folders and 644 for files, and read-only 444 for sensitive configuration files. If you are not comfortable with the numbers, just use the checkboxes - the plugin explains in plain language what each choice does and fills in the number for you.
No, and that is on purpose. World-writable permissions such as 777 or 666 let anyone on the server write to your files and are a common way sites get hacked - there is no legitimate reason to set them site-wide. The plugin blocks them (along with other unsafe values like 000 or non-traversable folders) both in the browser and on the server, so you cannot apply them even by accident.
Nothing happens for them. The plugin only changes files that actually exist, and missing files are skipped safely.
Yes. Processing is done in small batches with a live progress bar, so it does not hit PHP execution time limits.
Only administrators (users with the manage_options capability) can open the screen or run any action.
No. All styles and scripts are bundled with the plugin. Nothing is loaded from external servers.