by (140 points)
could you please give some details of how to configure allowoverride all?

thanks.
related to an answer for: Install does not create the /go folder

1 Answer

by (2.3k points)
You should find AllowOverride directive in your Apache config (httpd.conf, apache2.conf depends of your OS) and change it from "None" to "All"

See, http://httpd.apache.org/docs/current/mod/core.html#allowoverride
...