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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

python - Exception while importing pymorphy2 -