Add this in .htaccess file in your root directory to turn off the specific file or whole directory listing
# This will not show anything
IndexIgnore *
#This will not show gif and png images, but will list everything else
IndexIgnore *.gif *.png
Set as favorite
Bookmark
Email This
Hits: 160
Comments (0)










