Topic: renaming index.php?

Is it OK to rename index.php to forum.php, for instance so that I can have everything in the same directory - with my site homepage being index.php. Thanks!

Re: renaming index.php?

have a look at http://punres.org/doku.php?id=tutorials:miniportal

Re: renaming index.php?

Only help I can give you is to open both viewtopic.php and viewforum.php and change index.php for forums.php.
Then open header.php and where it says something like:

array('index.php', 'search.php')

change it for:

array('index.php', 'search.php', 'forum.php')

I think that's about all the changes you really need to do, I might be missing something though..