Skip to content

KasaiDot/Custom-Favicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Custom Favicon ######for Google Plus


##Usage

  1. Upload all files in this repo to your server.

  2. Write a new config file to your web server to let your server handle wildcard DNS correctly. You should replace server_name with your own ones.

server_name icon.sukima.me *.icon.sukima.me;
location / {
    rewrite ^/favicon.ico$ /favicon.php last;
}
  1. Configure your DNS server, point *.icon.sukima.me (as an example) to your IP address.

by Paddy Xu

About

All customizable favicon generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.1%
  • CSS 33.8%
  • PHP 20.1%