allowoverride

asked Apr 14, 2013 by semih (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

answered Apr 15, 2013 by Pavel Kovalyov (2,300 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
...