how to change default page from portal to forum?
Started by K1boRG, Oct 07 2008 06:22 AM
13 replies to this topic
#2
Posted 08 October 2008 - 09:17 AM
First of all, you need to upgrade to Unreal Portal 2.3 for this. After you upgrade, edit init.php and change
After that, use mod_rewrite to make /forums/portal to to /forums/index.php?act=uportal
If you have no idea what I mean by mod_rewrite, then simply google it.
define( 'IPB_MAKE_UPORTAL_HOMEPAGE', 1 );to
define( 'IPB_MAKE_UPORTAL_HOMEPAGE', 0 );
After that, use mod_rewrite to make /forums/portal to to /forums/index.php?act=uportal
If you have no idea what I mean by mod_rewrite, then simply google it.
#3
Posted 08 October 2008 - 11:22 AM
#14
Posted 06 November 2008 - 02:03 PM
All the info that you need is already in the above posts, but here's a summary.
1. Upgrade to Unreal Portal v2.3
2. Open up init.php, look for
3. Create a file called .htaccess in your forums directory with the following:
1. Upgrade to Unreal Portal v2.3
2. Open up init.php, look for
define( 'IPB_MAKE_UPORTAL_HOMEPAGE', 1 );and replace with
define( 'IPB_MAKE_UPORTAL_HOMEPAGE', 0 );
3. Create a file called .htaccess in your forums directory with the following:
RewriteEngine on RewriteRule ^portal/$ index.php?act=uportal [L] RewriteRule ^portal/([^*]+)$ $1 [NC]
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












