Change the default index file?
How can I change it so the default file would be home.* instead of index.*?For example, if I go to domain.com, I am really seeing domain.com/index.php. What I want to do, is that when I go to domain.com, I actually see domain.com/home.php.
I want to do this because I have a phpBB forum in my main directory and it has an index.php. I want the forum to be there but I don't want my home page to be the forum page. So, I want to create an home.php as my main page, and only have a link to domain.com/index.php
How can I do that? (I have WHM, CPanel, on Fedora with root access)