aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-14 23:23:48 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-14 23:23:48 +0200
commite9e848ee2d3ca27c11fd53dc092f46284f307119 (patch)
tree6aab6412a35fde5e8887c6cb88849c426e4989e2 /README.md
parent50e5dbbf4b6fd1593396437ef05d8e6902c0f17c (diff)
add hint to ErrorDocument directives in .htaccess
Closes: #19
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index cdb5388..1427796 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ GNU AGPL v3 or higher (see file License)
(see `config_sample.rb` for help)
to start with a default configuration.
3. The webserver needs the permission to write into the directory
-4. You need `.mo` files in order to use localisations.
+4. You need `.mo` files in order to use localisation.
You have 2 possibilities:
1. Run this small script to fetch the files from the main server:
@@ -69,7 +69,10 @@ GNU AGPL v3 or higher (see file License)
SetEnv GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
SetEnv GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
```
-10. Try to open http://$YOUR_SERVER/check.cgi to check if your config
+10. If you installed dudle to a subdirectory (i.e. http://$YOUR_SERVER/$SOMEDIR/...),
+ than you want to adopt the ErrorDocument directives in your .htaccess.
+ (You need an absolute path here!)
+11. Try to open http://$YOUR_SERVER/check.cgi to check if your config
seems to work.
# Docker image