-
Notifications
You must be signed in to change notification settings - Fork 396
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
Automate / allow overrides of .htaccess for SSL and SAML #608
Comments
cc @aweingarten |
You can instruct Drupal Scaffold to ignore certain files:
|
It sounds like we'd have to add that ignore and then patch the file somehow outside of Composer. The challenge would be keeping it in sync with whatever Drupal core version is in use on the project. |
I recommend updating the README file to reflect the fact that this is not working. As mentioned in #483 the instructions and link for using external patch files in the README is wrong anyway and doesn't actually explain how to add files in ./patches to composer.json. |
@grasmash @mike-potter thanks for the feedback, please review the changes in #1157 and let me know what you think. I think that's sufficient to close this issue. |
@mike-potter Thanks for your feedback. |
As part of #602 we added sample patches to add SSL and SAML support to .htaccess. I thought these worked at the time, but now it seems like they aren't working. I suspect it's because drupal-scaffold doesn't support patching these files: drupal-composer/drupal-scaffold#45
I think we should remove the sample patches, and somehow work with drupal-scaffold to patch .htaccess and keep it from being clobbered on updates.
The text was updated successfully, but these errors were encountered: