aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2013-03-18 23:04:49 +0100
committerChristian Weiske <cweiske@cweiske.de>2013-03-18 23:04:49 +0100
commitfc4c79df8a6fb6c82a3552260d43271fede24ed2 (patch)
treeb4f86e88943a4c1d5f1b0fdeabc3a44360577abe /doc
parent530e0c0541a78bc7b3ede43821371b89e3c2b590 (diff)
downloadsemanticscuttle-fc4c79df8a6fb6c82a3552260d43271fede24ed2.tar.gz
semanticscuttle-fc4c79df8a6fb6c82a3552260d43271fede24ed2.tar.bz2
Fix bug #110: Talk about searching for slashes
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/configuration.rst b/doc/configuration.rst
index c8a8bd9..dd0fb5e 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -79,3 +79,20 @@ or::
$root = "http://bookmarks.example.org/";
+
+Common problems
+===============
+Searching for words with slashes "/" does not work
+--------------------------------------------------
+When searching for a phrase with a slash in it, like "foo/bar", you
+may get a 404 error.
+
+In that case, you need to enable AllowEncodedSlashes__ in your Apache
+virtual host configuration::
+
+ AllowEncodedSlashes NoDecode
+
+Restart apache after changing the vhost config file.
+Searching will work now.
+
+__ http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes