
Chapter 6. Handling directories
Figure 6-18. Unwanted files in the listing
IndexIgnore "#*#" "*~"
Figure 6-19. httpd.conf: Ignoring certain files
Note that the two expressions to be ignored are placed in quotes. This is not typically
necessary but under certain circumstances it is required, so the author tries to keep in
the habit of doing it always. In this case the “#” character is the comment character in
httpd.conf files. If it was not enclosed in quotes then everything on the IndexIgnore
line beyond the first “#” would be ignored.
40
Kommentare zu diesen Handbüchern