diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-12 10:33:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-12 10:33:35 -0300 |
commit | 1b056fa2334b5743ce0ed69b4ec550d974b711fd (patch) | |
tree | f3062f06e3e09d13be742d46b4f6f6ba57584996 /www | |
parent | 200aa3c79324ceb2b42ec6452bc11888e5fafa7d (diff) | |
download | semanticscuttle-hotfix/mod_rewrite.tar.gz semanticscuttle-hotfix/mod_rewrite.tar.bz2 |
Fix mod_rewrite issuehotfix/mod_rewrite
Diffstat (limited to 'www')
-rw-r--r-- | www/.htaccess | 4 |
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> |