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
Post a Comment