directly to portal

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
tatzel
Active Member
Posts: 11
Joined: 2. September 2008 14:20

directly to portal

Post by tatzel »

Your phpBB Version: 2.0.
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I installed the forum and the portal in the same directory (/root). How do i adapt my files so when you enter www.mysite.com, it goes straight to portal.php instead of index.php? been searching for a solution, but i can seem to find one. thanks in advance
User avatar

scwfan06
Valued Contributor
Posts: 55
Joined: 3. July 2008 14:18
phpBB.de User: scwfan06
phpBB.com User: scwfan06
Location: Herne
Contact:

Re: directly to portal

Post by scwfan06 »

Hi tatzel

Open: .htaccess

Find:

Code: Select all

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Add after in a new line:

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm

Topic author
tatzel
Active Member
Posts: 11
Joined: 2. September 2008 14:20

Re: directly to portal

Post by tatzel »

did that. didnt work....

Topic author
tatzel
Active Member
Posts: 11
Joined: 2. September 2008 14:20

Re: directly to portal

Post by tatzel »

I solved this now.

Code: Select all

# $Id: .htaccess,v 1.2 2007/04/12 06:19:39 angelside Exp $
# .htaccess for phpBB3 Portal
DirectoryIndex bb3portal.php index.php

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

DirectoryIndex portal.php index.php index.html index.htm
is my .htaccess atm.
changing bb3portal.php at the top into portal.php solved it.

WeeTjeSSS
Active Member
Posts: 3
Joined: 3. September 2008 18:44

Re: directly to portal

Post by WeeTjeSSS »

Hello,
I have a problem,
If I am on Board index,
do not be possible I to Portal.
But if I am on Portal am possible
I, however, to Board index…

Help me please

http://forum.goldenhabbos.nl


Sorry for my English I'm Dutch ;)
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: directly to portal

Post by Kevin »

You may have missed this during installation:

Open: includes/functions.php
Find

Code: Select all

'U_PRIVATEMSGS'            => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'), 
Add before

Code: Select all

'U_PORTAL'                => append_sid("{$phpbb_root_path}portal.$phpEx"), 
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

WeeTjeSSS
Active Member
Posts: 3
Joined: 3. September 2008 18:44

Re: directly to portal

Post by WeeTjeSSS »

He cannot find

Code: Select all

'U_PRIVATEMSGS'            => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'), 
This are my functions I have edit php to txt, now can you see...)
http://forum.goldenhabbos.nl/board3/functions.txt
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: directly to portal

Post by Kevin »

Search for:

Code: Select all

'U_PRIVATEMSGS'			=> append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

WeeTjeSSS
Active Member
Posts: 3
Joined: 3. September 2008 18:44

Re: directly to portal

Post by WeeTjeSSS »

Sorry for my Stopid Questions!

I have fix ;)

Thanks for you help!

Greez,
Dylan
Locked

Return to “board3 Portal 1.0.x - English Support”