WP Manifestindependent plugin directory
manifest / security / application-passwords-htaccess-fix

Application Passwords .htaccess Fix

Some servers, like those running PHP on fast-cgi need a custom flavor of the content WordPress adds to .htaccess in order for the Application Passwords plugin to operate correctly. This plugin makes & persists that change during .htaccess rewrites.

by Corey Salzano · github.com/csalzano/application-passwords-htaccess-fix · website

0stars
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/csalzano/application-passwords-htaccess-fix/archive/refs/heads/master.zip

Readme

Application Passwords .htaccess Fix

This is a WordPress plugin designed to augment the functionality of the Application Passwords plugin.

What this does

Some servers, like those running PHP on fast-cgi need a custom flavor of the content WordPress adds to .htaccess in order for the Application Passwords plugin to operate correctly. This plugin makes & persists that change during .htaccess rewrites.

Manual edits to .htaccess are lost when a user or any other plugin makes a change to WordPress' rewrite rules or permalinks, so this plugin makes sure a customization survives those flushes of the rewrite rules. The Application Passwords plugin requires the use of Basic Authentication headers, and some servers do not provide this functionality. George Stephanis, the author of Application Passwords, describes a workaround. This plugin simply automates this workaround.

Read the full README on GitHub →