aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-12 10:33:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-12 10:33:48 -0300
commitf6e7addccb09d548e9d2e5ce7d4df5b950ad7a64 (patch)
treef8f97909e5adc1a9a4a8d67aadd37ab21811806e
parent04f8158cfa7827de0b0e3c70d98d02c14f05354f (diff)
parent1b056fa2334b5743ce0ed69b4ec550d974b711fd (diff)
downloadsemanticscuttle-f6e7addccb09d548e9d2e5ce7d4df5b950ad7a64.tar.gz
semanticscuttle-f6e7addccb09d548e9d2e5ce7d4df5b950ad7a64.tar.bz2
Merge branch 'hotfix/mod_rewrite' into production
-rw-r--r--www/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/.htaccess b/www/.htaccess
index 563fe53..5799444 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -3,6 +3,10 @@
# (see $cleanurls in config.inc.php)
#####################################
+# See https://stackoverflow.com/questions/4558629/mod-rewrite-not-behaving-nicely
+# http://www.bennadel.com/blog/2218-Negotiation-Discovered-File-s-Matching-Request-None-Could-Be-Negotiated.htm
+# https://httpd.apache.org/docs/current/content-negotiation.html
+Options -MultiViews +FollowSymLinks
# Rewrite clean URLs onto real files
<IfModule mod_rewrite.c>