Page 1 of 1

Is it possible to make Portal the Default page?

PostPosted: Mon Nov 20, 2006 12:06 pm
Author: skyline
If so, how?

I did a search via this site and Google, but wasn't able to find anything.

Thank you...

Re: Is it possible to make Portal the Default page?

PostPosted: Mon Nov 20, 2006 12:49 pm
Author: ZacFields
if you have access, find your .htaccess file (should be in the root directory) and put this line of code at the bottom of the file and save. I believe this is all you need:

Code: Select all
DirectoryIndex portal.php index.php


Cheers.

Zac

Re: Is it possible to make Portal the Default page?

PostPosted: Mon Nov 20, 2006 12:56 pm
Author: skyline
Worked great. Thank you.

PostPosted: Mon Nov 20, 2006 6:32 pm
Author: ZacFields
No problem. Happy to help out.

Another way to do it would have been to create an index.html page that just redirects to your portal. That solution is a lot less efficent, however.

There's one more way as well, but I forgot how <img>

Zac