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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -