From 200aa3c79324ceb2b42ec6452bc11888e5fafa7d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 26 Jul 2015 08:02:16 +0200 Subject: [PATCH 1/2] link another theme --- doc/themes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/themes.rst b/doc/themes.rst index 71b447ea..895f1a07 100644 --- a/doc/themes.rst +++ b/doc/themes.rst @@ -51,7 +51,8 @@ Existing themes =============== * `Flat`__ by Roman Lehnhof. See the `introduction blog post`__ +* `sscuttlizr`__ __ https://github.com/rlehnhof/flat __ http://lehnhof.net/2013/08/semantic-scuttle-new-flat-interface-theme-template/ - +__ https://github.com/jonrandoem/sscuttlizr From 1b056fa2334b5743ce0ed69b4ec550d974b711fd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Aug 2015 10:33:35 -0300 Subject: [PATCH 2/2] Fix mod_rewrite issue --- www/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 563fe53f..57994444 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