Skip to content
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

.htaccess last #4

Closed
ekandreas opened this issue Sep 25, 2015 · 1 comment
Closed

.htaccess last #4

ekandreas opened this issue Sep 25, 2015 · 1 comment

Comments

@ekandreas
Copy link

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.

@ekandreas
Copy link
Author

Please remove this :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant