=== htaccess Server-Info & Server-Status === Contributors: PierreLannoy Tags: apache, htaccess, server-status, server-info, stackdriver Requires at least: 4.9 Tested up to: 5.0 Requires PHP: 7.1 Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://support.laquadrature.net/ Automatically add rules to .htaccess file to support server-info and server-status Apache mod. == Description == When you want to use [server-info](https://httpd.apache.org/docs/2.4/en/mod/mod_info.html) and/or [server-status](https://httpd.apache.org/docs/current/en/mod/mod_status.html) with Apache server, you must modify (right in your .htaccess file) the rewrite rules generated by WordPress. And you must do it each time WordPress modify and regenerates the rules. htaccess Server-Info & Server-Status do it for you, without you having to intervene. Just activate it and that's it! == Installation == = From your WordPress dashboard = 1. Visit 'Plugins > Add New'. 2. Search for 'htaccess Server-Info & Server-Status'. 3. Click on the 'Install Now' button. 4. Activate htaccess Server-Info & Server-Status. = From WordPress.org = 1. Download htaccess Server-Info & Server-Status. 2. Upload the `htaccess-server-info-server-status` directory to your `/wp-content/plugins/` directory, using your favorite method (ftp, sftp, scp, etc...). 3. Activate htaccess Server-Info & Server-Status from your Plugins page. = Once Activated = 1. You have nothing to do. All is automatic! == Frequently Asked Questions == = What are the requirements for this plugin to work? = You need **WordPress 4.9** and at least **PHP 7.1**. = Can this plugin work on multisite? = No. Rewrite rules are not fully supported by WordPress multisite. = Where can I get support? = Support is provided via the official [support page](https://wordpress.org/support/plugin/htaccess-server-info-server-status). = Where can I report a bug? = You can report bugs and suggest ideas via the official [support page](https://wordpress.org/support/plugin/htaccess-server-info-server-status). == Changelog == = 1.1.2 = Release Date: February 25th, 2019 * Improvement: WordPress 5.1 compatibility. = 1.1.1 = Release Date: November 2nd, 2018 * Improvement: full compatibility with WordPress 5.0. = 1.1.0 = Release Date: October 24th, 2018 * Improvement: support for non-root rewrite bases (thanks to Guillaume Bedleem). = 1.0.0 = Release Date: October 22nd, 2018 * First public version == Upgrade Notice == = 1.0.X = Initial version.