From 67960e9354a58171f66733b506b2a53218254704 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 Mar 2013 20:55:34 +0100 Subject: [PATCH 1/3] honour the contributor --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 2b51e21..fd5d26f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,3 +5,4 @@ * Florian Bruhin http://www.the-compiler.org/ (Maintaining Arch Package: http://aur.archlinux.org/packages.php?ID=60575) * Alexander https://github.com/sanek (Adding JSON-API) * abma https://github.com/abma (.htaccess improvement) +* ch0wnag3 https://github.com/ch0wnag3 (favicon URL improvement) From aabe21d80856d0e4f63f5e70bc026a1943d4b243 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 Mar 2013 21:18:02 +0100 Subject: [PATCH 2/3] name --- AUTHORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index fd5d26f..a10a34c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,4 +5,4 @@ * Florian Bruhin http://www.the-compiler.org/ (Maintaining Arch Package: http://aur.archlinux.org/packages.php?ID=60575) * Alexander https://github.com/sanek (Adding JSON-API) * abma https://github.com/abma (.htaccess improvement) -* ch0wnag3 https://github.com/ch0wnag3 (favicon URL improvement) +* Chris https://github.com/ch0wnag3 (favicon URL improvement) From 31fcbcdd4e926136ab061f2510365de8b64b7189 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 23 Sep 2013 12:29:13 -0600 Subject: [PATCH 3/3] Make these directives more platform independent --- htdocs/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 66d8b37..b3d35ff 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -6,11 +6,11 @@ RewriteRule ^(.*)$ index.php?/$1 [QSA,L] SetOutputFilter DEFLATE FileETag MTime Size - + ErrorDocument 404 /index.php - + ExpiresActive On ExpiresByType text/javascript "access plus 1 year" ExpiresByType application/x-javascript "access plus 1 year"