Linux 软件免费装
Banner图

SiteCare – File Permissions Manager

开发者 fstab
更新时间 2026年7月15日 23:48
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 7.0.1
版权: GPLv2 or later
版权网址: 版权信息

标签

security permissions htaccess chmod file permissions

下载

2.1.0 2.2.0

详情介绍:

File and directory permissions are one of the easiest things to get wrong on a WordPress site — and one of the most consequential. Set them too loose and you hand attackers an easy way in; set them too tight and updates, uploads, and plugins quietly stop working. The correct values are well known (755 for folders, 644 for files, locked-down config files), but applying them the usual way means FTP or SSH access, recursive 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 A rule for a sensitive file (for example php.ini) is only applied when that file actually exists on the server. Missing files are simply skipped.

安装:

From your WordPress dashboard (recommended)
  1. Go to Plugins → Add New and search for "SiteCare File Permissions Manager".
  2. Click Install Now, then Activate.
Manual upload
  1. Download the plugin .zip file.
  2. Go to Plugins → Add New → Upload Plugin and choose the .zip.
  3. Click Install Now, then Activate.
Getting started Go to Tools → Permissions and click Start changing permissions. The recommended, safe values are already filled in, so you can review the live file tree and apply them in one click.

屏幕截图:

  • Advanced options for sensitive files with recommended, global or custom modes.

升级注意事项:

2.2.0 New name (SiteCare – File Permissions Manager). How the plugin works is unchanged. 2.1.0 Adds a confirmation step before changes, native admin colours and keyboard accessibility. Recommended for all users. 2.0.0 Redesigned, safer and translation-ready. Recommended for all users.

常见问题:

What permissions should I use?

The defaults are the widely recommended values: 755 for folders and 644 for files, and read-only 444 for sensitive configuration files. Only change them if you know what you are doing.

What if php.ini or .user.ini do not exist on my server?

Nothing happens for them. The plugin only changes files that actually exist, and missing files are skipped safely.

Is it safe to run on a large site?

Yes. Processing is done in small batches with a live progress bar, so it does not hit PHP execution time limits.

Who can use it?

Only administrators (users with the manage_options capability) can open the screen or run any action.

Does it load anything from third-party servers?

No. All styles and scripts are bundled with the plugin. Nothing is loaded from external servers.

更新日志:

2.2.0 2.1.0 2.0.0 1.0.0