[Plugin: WP Super Cache] Improved support for BulletProof Security
-
The helper texts that are displayed could be improved for those users who are running the BulletProof Security plugin. That plugin is used to create secure .htaccess files and has a specific section for custom .htaccess code, which should be employed in order to avoid overwriting.
At least these two messages are currently leading those who are using BPS to do that sort of manual editing they should instead avoid:
- When using PHP caching, there’s a warning message to add #WPSuperCache to the root .htaccess
- When using mod_rewrite caching, there’s a big chunk of copy-paste that the user is told to do directly to the root .htaccess
Querying for whether BPS is active and displaying a slightly different message if it is would help all users avoid this loop:
- WP Super Cache tells to edit .htaccess files manually
- When done, BulletProof Security tells that the .htaccess files aren’t the safe ones it has created and need to be recreated
- Repeat from start.
Of course, if WP Super Cache could somehow suggest BulletProof Security what to add to the Custom .htaccess code section and the user would just need to click Accept, that would be the most convenient, but it probably has a too high work-to-payoff ratio to implement as it might require creators of both plugins to do coordinated modifications.
- The topic ‘[Plugin: WP Super Cache] Improved support for BulletProof Security’ is closed to new replies.