I have installed https://www.drupal.org/project/varbase following the instructions. I also have the following toolkit I am using:
UrlToolkit {
ToolkitID = DRUPALMP
Match /sites/default/files/private DenyAccess
Match /sites/default/files/(.*)\.php DenyAccess
Match \.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock))$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$ DenyAccess
RequestURI isfile Return
Match ^/favicon.ico$ Return
Match /(.*)\?(.*) Rewrite /index.php?q=$1&$2
Match /(.*) Rewrite /index.php?q=$1
}
However when I surf to my page I get this
http://moosepride.com/?q=&q=&q=&q=&q=&q=&q=&q=&q=&q=
This should be using the same rewrites as I have been using for my other Drupal installs, but it doesn't work. Any suggestions on a good starting point.
Love the server!!!