diff --git a/.dist.htaccess b/.dist.htaccess index 3eeeae4b..5ad1854d 100644 --- a/.dist.htaccess +++ b/.dist.htaccess @@ -14,6 +14,7 @@ AddDefaultCharset UTF-8 RewriteRule ^favicon\.ico$ public/favicon.ico [L] + RewriteRule ^apple-touch-icon\.png$ public/apple-touch-icon.png [L] RewriteRule ^robots\.txt$ public/robots.txt [L] RewriteRule !^public/ index.php [L] @@ -28,6 +29,7 @@ AddDefaultCharset UTF-8 RewriteRule ^favicon\.ico$ public/favicon.ico + RewriteRule ^apple-touch-icon\.png$ public/apple-touch-icon.png RewriteRule ^robots\.txt$ public/robots.txt RewriteRule !^public/ index.php [L] diff --git a/public/.dist.htaccess b/public/.dist.htaccess index fe5d655b..f05e193b 100644 --- a/public/.dist.htaccess +++ b/public/.dist.htaccess @@ -18,6 +18,7 @@ AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_URI} !^/upload/ RewriteCond %{REQUEST_URI} !^/favicon\.ico$ + RewriteCond %{REQUEST_URI} !^/apple-touch-icon\.png$ RewriteCond %{REQUEST_URI} !^/robots\.txt$ RewriteRule . index.php [L] diff --git a/public/apple-touch-icon180.png b/public/apple-touch-icon180.png new file mode 100644 index 00000000..0527d057 Binary files /dev/null and b/public/apple-touch-icon180.png differ