Page 1 of 1

[SOLVED] Making Portal page display by default

PostPosted: Wed Oct 04, 2006 11:08 am
Author: jarlson
When you go to my site:
[url=http]www.ominousdarkness.com[/url] the first page that is displayed is the forums page.

I would like my portal page to be displayed instead which is:
[url=http]www.ominousdarkness.com/portal.php?[/url]

Is there an easy way to do this that I'm just missing?

I've checked the forums and KB and didn't see anything (I could have just missed it though).

Re: Making Portal page display by default

PostPosted: Wed Oct 04, 2006 11:55 am
Author: Imajica
ok I can answer this one.

create a .htaccess file that contains the line
Code: Select all
DirectoryIndex portal.php index.php


I just did it on mine and it worked like a charm

Imajica

Re: Making Portal page display by default

PostPosted: Wed Oct 04, 2006 12:09 pm
Author: jarlson
That worked wonderfully. Thanks!

I spent all that time trying to figure out how to get Integramod/IMPortal to do it. lol

*baps self for not thinking of the simple solution*