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 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