From 720af87003f66113437f198f8ed10b18fc7bec4e Mon Sep 17 00:00:00 2001
From: Seamus Lee <seamuslee001@gmail.com>
Date: Thu, 21 Sep 2017 07:35:33 +1000
Subject: [PATCH] Add in help message about troubleshooting where you cannot
 login to buildkit build because rewrite mod isn't enabled

---
 docs/tools/buildkit.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md
index 9304bddc..c522ddd8 100644
--- a/docs/tools/buildkit.md
+++ b/docs/tools/buildkit.md
@@ -178,6 +178,13 @@ Nodejs problems
     npm install fs-extra
     ```
 
+If you find that when you try and login to a new buildkit build or similar and it doesn't seem to login just redirects to the same page. This may mean that the rewrite module for apache is not enabled. To enable it do the following
+
+```bash
+sudo a2enmod rewrite
+sudo service apache2 or apache or httpd restart
+```
+
 ## Upgrading buildkit {:#upgrading}
 
 New versions of buildkit are likely to include new versions of tools. The new tools will download automatically when you first run `civibuild`. If you prefer to download explicitly, then re-run `civi-download-tools`.
-- 
GitLab