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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -