category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
Preventing directory listing

Typically servers are setup to prevent directory listing, but often they aren't. If you have a directory full of downloads or images that you don't want people to be able to browse through, add the following line to your .htaccess file...

IndexIgnore *

The * matches all files. If, for example, you want to prevent only listing of images, use...

IndexIgnore *.gif *.jpg

OTHER ARTICLES

Protecting your bandwidth

Prevent htaccess From Hack 1

Prevent htaccess From Hack 3

Safeguard your XML based messages 4

Top 7 PHP Security Blunders (1)

Program Security

Safeguard your XML based messages 2

Safeguard your XML based messages

Howto create a password for a htpasswd file using PHP

Register Global