How to set a page as default for apache, that doesn't live in the directory and only applies if ther
Posted
by Kyle
on Server Fault
See other posts from Server Fault
or by Kyle
Published on 2010-02-12T05:44:49Z
Indexed on
2010/04/02
10:03 UTC
Read the original article
Hit count: 278
I know. This sounds complicated =D I made a PHP file browser, as an alternative to the apache one. I needed it for logic purposes, it does extra things for me, &etc. So instead of dropping this file in all of my directories, how could I get it to "show up" in all my directories that don't have an index (would use the apache dirlisting by default)? Thanks for the help!
Edit
I wonder if this could be done using Alias and DirectoryIndex? Is it possible to alias to a file?
© Server Fault or respective owner