diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-06 19:37:45 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-06 19:37:45 -0400 |
commit | ce69f1064accb5023d36cd0acf474932a6f75988 (patch) | |
tree | 7bc0d6e4821bc3698b05ee958218d9c732e68452 /doc/nice-urls.markdown | |
parent | be2885f68f3e91858fda37cef923ec73a8036b3e (diff) | |
parent | ffd652da062f8b7481ed2690e663b79cee4fa8c1 (diff) |
Merge pull-request #1327
Diffstat (limited to 'doc/nice-urls.markdown')
-rw-r--r-- | doc/nice-urls.markdown | 9 |
1 files changed, 8 insertions, 1 deletions
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 +<Directory /var/www/kanboard/> + AllowOverride FileInfo Options=All,MultiViews AuthConfig +</Directory> +``` URL Shortcuts ------------- |