Apache Modules

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Apache Modules

Post by d3ad1ysp0rk »

Ok, so I go to try and change my header text/style on the Index of/ page, but obviously, there isn't exactly a file that you can use, so I go on google and search around, finding the mod_autoindex module.
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
AddAlt "PHP File" *.php
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..).

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? :P

Thanks.
Post Reply