WP Manifestindependent plugin directory
manifest / performance / htaccess-rules-wordpress-plugin

.htaccess Rules

The .htaccess Rules plugin allows you to add custom rules to your .htaccess file directly from your WordPress admin panel. The plugin provides a user-friendly interface for controlling specific rules like compression and caching.

by D.Kandekore · github.com/kandekore/htaccess-rules-wordpress-plugin

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kandekore/htaccess-rules-wordpress-plugin/archive/refs/heads/master.zip

From the readme

.htaccess Rules Plugin The .htaccess Rules plugin allows you to add custom rules to your .htaccess file directly from your WordPress admin panel. The plugin provides a user-friendly interface for controlling specific rules like compression and caching for users who cant or don't know how to access the filemanager. Table of Contents - Features - Requirements - Installation - Usage - Author - License - Support - Contributing Features - Enable or disable the entire plugin - Enable or disable compression rules - Enable or disable caching rules - Backup and restore of the .htaccess file Requirements This plugin requires your server to be running Apache with the modrewrite, moddeflate, and modexpires modules enabled. Warning: Editing the .htaccess file can break your website if not done correctly. We highly recommend taking a backup of your .htaccess file before using this plugin. Installation 1. Download and extract the plugin files 2. Upload the extracted folder to the /wp-content/plugins/ directory 3. Activate the plugin through the 'Plugins' menu in WordPress Usage After activating the plugin, you will find a new settings page under the "Settings" menu in your WordPress

Read the full README on GitHub →