From 1b056fa2334b5743ce0ed69b4ec550d974b711fd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Aug 2015 10:33:35 -0300 Subject: Fix mod_rewrite issue --- www/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3