apache - Change the icon for php files in directory -


how can change file icon of directory index? want change icon of php files whenever directory requested should display own icon. how can this?

you can use addicon directive in .htaccess

 addicon (img,http://example.com/image.png) .php  

or image relative path ,

 addicon (img,/image.png) .php 

Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -