]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #110: Talk about searching for slashes
authorChristian Weiske <cweiske@cweiske.de>
Mon, 18 Mar 2013 22:04:49 +0000 (23:04 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 18 Mar 2013 22:04:49 +0000 (23:04 +0100)
doc/configuration.rst

index c8a8bd92ce7c415e1210374232bcb6e8222d4ddf..dd0fb5ebb63f55071bb91b8ea9741b44839aecac 100644 (file)
@@ -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