directly to portal
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.
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.
directly to portal
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
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
-
- 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
Hi tatzel
Open: .htaccess
Find:
Add after in a new line:
Open: .htaccess
Find:
Code: Select all
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Code: Select all
DirectoryIndex portal.php index.php index.html index.htm
Re: directly to portal
did that. didnt work....
Re: directly to portal
I solved this now.
is my .htaccess atm.
changing bb3portal.php at the top into portal.php solved it.
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
changing bb3portal.php at the top into portal.php solved it.
Re: directly to portal
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
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
-
- 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
You may have missed this during installation:
Open: includes/functions.php
Find
Add before
Open: includes/functions.php
Find
Code: Select all
'U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
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!
Kein Support per PN / No support via PM!
Re: directly to portal
He cannot find
This are my functions I have edit php to txt, now can you see...)
http://forum.goldenhabbos.nl/board3/functions.txt
Code: Select all
'U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
http://forum.goldenhabbos.nl/board3/functions.txt
-
- 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
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!
Kein Support per PN / No support via PM!
Re: directly to portal
Sorry for my Stopid Questions!
I have fix
Thanks for you help!
Greez,
Dylan
I have fix
Thanks for you help!
Greez,
Dylan