How to set a page as default for apache, that doesn't live in the directory and only applies if ther
- by Kyle
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?