Problem installation board3portal

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
harley
Active Member
Posts: 1
Joined: 14. January 2010 00:01

Problem installation board3portal

Post by harley »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.clioclub.it

What have you done before the problem was there?
I have not modified the file htacces as instructed because my hosting service (Aruba on linux server) does not accept the string:

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


What have you already tryed to solve the problem?
So to remedy the problem, after sleepless nights, I managed to partially circumvent the problem by changing htacces this:

Code: Select all

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

<Files "common.php">
Order Allow, Deny
Deny from all
</ Files>
RewriteEngine On
RewriteBase /
RewriteRule ^ index \. Php $ portal.php 
[/i]

Description and Message
Hello everyone,
I hope not to have been wrong section.
I ask for help for a problem installing board3 portal on phpbb3.
Both versions are the latest available.
I installed everything properly, and the portal is visible: View ---> http://www.clioclub.it
But I have a problem with the display of the forum, in practice I can not see it and are always redirected to the home of the portal.
The problem should lie on the fact that I had to edit the file and therefore not htacces mod as instructed:

Open:. Htaccess
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

 <Files "common.php">
Order Allow, Deny
Deny from all
</ Files> 
Add after
Tip: Add these lines on a new blank line after the preceding line (s) to find.

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm
This string seems to be accepted by my hosting (Aruba on Linux server)

So to remedy the problem, after sleepless nights, I managed to partially circumvent the problem by changing htacces this:

Code: Select all

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

<Files "common.php">
Order Allow, Deny
Deny from all
</ Files>
RewriteEngine On
RewriteBase /
RewriteRule ^ index \. Php $ portal.php 
Now the portal is visible, but I can not view the complete index of the forum, because I am always redirected to portal.php

I hope that is clear and I hope that some of you can help solve the problem, I have not slept for nights and I finally go to sleep: D[/i]
Locked

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