PDA

View Full Version : index.jpg, index.gif?


N9ne
Sat 29th Jun '02, 11:38am
Is this possible? ie. creating a folder called folder, putting index.jpg inside it, they go to www.domain.com/folder and they see the image? Just a thought because it would be pretty useful for somethings...

and if it's not possible, do you think it WILL be possible in future? I think having index.extension working would be good so you can have whatever you want as an index ;)

tubedogg
Sat 29th Jun '02, 11:46am
It's possible, yes. You just need to edit the DirectoryIndex directive in Apache's httpd.conf.

Or add an .htaccess file to a directory with the line
DirectoryIndex index.jpg index.gif
which I think will work but I have not tested it...

N9ne
Sat 29th Jun '02, 12:32pm
c:cool: l I wasn't expecting it to be possible...