I inherited an Apache configuration with a piece I don't really understand. The directory path there is
/var/www/somedir.dev/
And if you point the browser to
http://localhost/
it actually shows the index.php file from the somedir.dev directory and not the root directory. Why would it be? Can there have been some config that had made the default be that /somedir.dev/ directory? Nothing under the root resolves anymore. How can I make things under root be recognized by the server again?
Thanks, Alex