From ffd652da062f8b7481ed2690e663b79cee4fa8c1 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 6 Oct 2015 11:28:08 +0200 Subject: Adding some hints about required AllowOverride for Apache --- doc/nice-urls.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/nice-urls.markdown b/doc/nice-urls.markdown index fc0a3bf3..82292889 100644 --- a/doc/nice-urls.markdown +++ b/doc/nice-urls.markdown @@ -6,7 +6,14 @@ Kanboard is able to work indifferently with url rewriting enabled or not. - Example of URL rewritten: `/board/123` - Otherwise: `?controller=board&action=show&project_id=123` -If you use Kanboard with Apache and with the mode rewrite enabled, nice urls will be used automatically. +If you use Kanboard with Apache and with the mode rewrite enabled, nice urls will be used automatically. +In case you get a "404 Not Found", you might need to set at least the following overrides for your DocumentRoot to get the .htaccess files working: + +```sh + + AllowOverride FileInfo Options=All,MultiViews AuthConfig + +``` URL Shortcuts ------------- -- cgit v1.2.3