aboutsummaryrefslogtreecommitdiff
path: root/www/.htaccess
diff options
context:
space:
mode:
authorrhatto <rhatto@riseup.net>2018-03-23 02:27:18 +0000
committerGitHub <noreply@github.com>2018-03-23 02:27:18 +0000
commit856e975127fff8f82b14f2886bb4ffb239541555 (patch)
tree72280f007b2552e605c1a3abd492325fb364f020 /www/.htaccess
parent200aa3c79324ceb2b42ec6452bc11888e5fafa7d (diff)
parentf06e78a888f914788f0634feb93fcef071518e9d (diff)
downloadsemanticscuttle-856e975127fff8f82b14f2886bb4ffb239541555.tar.gz
semanticscuttle-856e975127fff8f82b14f2886bb4ffb239541555.tar.bz2
Merge pull request #1 from jasonmm/master
Update and bug fix
Diffstat (limited to 'www/.htaccess')
-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>