Then I check my httpd config, and of course, it's on (It's the module that gives you the index of/ page in the first place). But I read some more about it and find out you can add descriptions to filetypes, change icons, etc, by adding lines, such as
to a file. This however wasn't very useful for me though, since I have no idea WHICH File. I checked httpd file, and searched for AddAlt, but it wasnt used in the file at all, so I assumed thats not where to put it. I then used the search function in windows to search all files in /Apache2/, to no success (the only files containing the text were the files in the /manual/ directory..).AddAlt "PHP File" *.php
So:
- Where do I put the stuff
- and is there any other information you can give me about changing the Index of/ page, so I don't have to keep asking questions?
Thanks.