Add apple-touch-icon.png
This commit is contained in:
parent
d0af7e913a
commit
421a19f1d5
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ AddDefaultCharset UTF-8
|
|||
|
||||
<IfModule !litespeed>
|
||||
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
|
|||
</IfModule>
|
||||
<IfModule litespeed>
|
||||
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]
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
BIN
public/apple-touch-icon180.png
Normal file
BIN
public/apple-touch-icon180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue