From b393699e578d79a4c7a061b24bdbca16218f9ef5 Mon Sep 17 00:00:00 2001 From: oupala Date: Wed, 29 May 2019 14:50:53 +0200 Subject: [PATCH] feat: add a favicon Add a favicon at the root level and remove incorrect favicon links in error pages. fix #128 --- apaxy/favicon.ico | Bin 0 -> 5430 bytes apaxy/htaccess.txt | 4 ++-- apaxy/theme/400.html | 1 - apaxy/theme/403.html | 1 - apaxy/theme/404.html | 1 - apaxy/theme/408.html | 1 - apaxy/theme/500.html | 1 - apaxy/theme/502.html | 1 - 8 files changed, 2 insertions(+), 8 deletions(-) create mode 100644 apaxy/favicon.ico diff --git a/apaxy/favicon.ico b/apaxy/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..8f8a5c10d0b32fffc7c81cf50adee94816a1783d GIT binary patch literal 5430 zcmd^?F-RL>6vwY2h&U7xky4}_B?NJhB928fbdVB?6o*nAr8t#RL^>3dAVo?M5eY@4 zI2P$tif~!(mZW3HLKnx54jrUaz5f1}`@)$fcrp20dhpMC_rCZ3|M%T}-`&M=Za5id zaL~cJ&QjKK@{Z%UZvFft@l9f5#Bj-|$1xorRo@%01(o5B3*!Q6C&BHj)T<8c*8*<~ zJJcx$HAVWrPkp``R33IxPi+RwfvEr3&!pub-vtwi`YC!CO<(WLQrmCpsU5(7khY%u zqH;|=R`ZEsX*f)7Tt6=TYT#X|p4uEdJ77MIcHDP!|BtJFMaw+Zfz~X#*|>kLqaiSz zs+c5d$H*6!!80(yTDqIIo_t;Jb$Zr)%+-8Pe(Loj9qOKfBIpBiX|+urH3Q%Y5Kq5} zH`_3D9N~PmZq4}x>t7r@OPuRD@)oVG>dJFO(T7UF%55IIB;^^eS8ql+>t{-?A zo?{!FkJ|15jS};9rDODCU(e-N@@*aPXMyf{MjF^?{;{uXuxG|>^Z7QFkH-E2&%jW_ literal 0 HcmV?d00001 diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 9eb9e4e..646d118 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -22,8 +22,8 @@ IndexOptions +Charset=UTF-8 +FancyIndexing +FoldersFirst +HTMLTable +IconsAreLin # meta viewport IndexHeadInsert "" -# hide ".htaccess" file and "/theme" directory -IndexIgnore .htaccess /theme +# hide ".htaccess" file, "favicon.ico" file and "/theme" directory +IndexIgnore .htaccess favicon.ico /theme # diff --git a/apaxy/theme/400.html b/apaxy/theme/400.html index 1187ea6..86773e1 100644 --- a/apaxy/theme/400.html +++ b/apaxy/theme/400.html @@ -4,7 +4,6 @@ Error 400 - diff --git a/apaxy/theme/403.html b/apaxy/theme/403.html index 2a7c38e..dd7d60a 100644 --- a/apaxy/theme/403.html +++ b/apaxy/theme/403.html @@ -4,7 +4,6 @@ Error 403 - diff --git a/apaxy/theme/404.html b/apaxy/theme/404.html index ee41da2..ba57443 100644 --- a/apaxy/theme/404.html +++ b/apaxy/theme/404.html @@ -4,7 +4,6 @@ Error 404 - diff --git a/apaxy/theme/408.html b/apaxy/theme/408.html index 1a91a2d..f502f86 100644 --- a/apaxy/theme/408.html +++ b/apaxy/theme/408.html @@ -4,7 +4,6 @@ Error 408 - diff --git a/apaxy/theme/500.html b/apaxy/theme/500.html index 0491191..c7d1e37 100644 --- a/apaxy/theme/500.html +++ b/apaxy/theme/500.html @@ -4,7 +4,6 @@ Error 500 - diff --git a/apaxy/theme/502.html b/apaxy/theme/502.html index 46a753b..ee91f7b 100644 --- a/apaxy/theme/502.html +++ b/apaxy/theme/502.html @@ -4,7 +4,6 @@ Error 502 -