-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Auth is not passed through with PHP in CGI mode #1
Comments
Ran into this problem today, the solution we are using is to add:
To basic-auth.php in at line 22 underneath:
We also added the following to the .htaccess (replacing the normal index.php rewrite rule):
|
Pull request created |
ran into this same issue; specifically I needed to change my .htaccess file to
|
FYI we also created a branch https://github.com/eventespresso/Basic-Auth/tree/automatic-update-htaccess-for-fcgi which adds a setting onto the WP permalinks page which should automatically update the .htaccess file, but it's untested |
Hi |
Migrated from WP-API/WP-API#8.
The text was updated successfully, but these errors were encountered: