Coder's Guild Mailing List

Re: redirection

Posted by ADnoctum on 2000-08-14

I have found it!

To redirect the directory listing of a directory you can write a .htaccess
file that looks like this:

DirectoryIndex /nowayin.html

With this file on the /data/ directory all request for directory listing
will show the /nowayin.html file.

More info in http://www.apache.org/docs/mod/mod_dir.html#directoryindex


ADnoctum
adnoctum@xxxxxxxxxx.xxx