Forum Moderators: phranque
Something like Alias.
For Example
/var/www/html:
file1.php
file2.html
/some/other/directory:
somethingelse.html
file99.php
What im trying to do is if /var/www/html was my documentroot have / come up as:
file1.php
file2.html
file99.php
somethingelse.html
is this possible under Apache?
Thanks in advanced for any information