We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To get the auth check to work in htaccess I need to put ,last to the rewrite rule, eg:
RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1,last]
My dev server is a Vagrant with ScotchBox.
The text was updated successfully, but these errors were encountered:
Please remove this :-)
Sorry, something went wrong.
No branches or pull requests
To get the auth check to work in htaccess I need to put ,last to the rewrite rule, eg:
My dev server is a Vagrant with ScotchBox.
The text was updated successfully, but these errors were encountered: