My .htaccess file doesn't work with Board3 Portal

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Distanasia
Active Member
Posts: 2
Joined: 14. December 2012 16:31
phpBB.com User: Distanasia

My .htaccess file doesn't work with Board3 Portal

Post by Distanasia »

Your Portal Version: 2.0.1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://cinemarginal.org

PHP Version: PHP5

What have you done before the problem was there?
Nothing. The problem started after I installed the portal.

What have you already tryed to solve the problem?
I tried to edit the .htaccess file several ways, but could not solve the problem.

Description and Message
Hi,

I searched several threads but still could not solve this problem.

My .htaccess file:

Code: Select all

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<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
It doesn't work :cry:

I was using a index.html file to redirect:

Code: Select all

<script type="text/javascript">
window.onload = function()
{
window.location = 'http://mysite.org/portal.php';
}
</script>
But it took a while before redirect.

Can anyone help me?

Thanks in advance![/i]
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: My .htaccess file doesn't work with Board3 Portal

Post by Marc »

Please contact your hoster. It seem like your hoster is either ignoring parts of the .htaccess or overriding its settings.

Topic author
Distanasia
Active Member
Posts: 2
Joined: 14. December 2012 16:31
phpBB.com User: Distanasia

Re: My .htaccess file doesn't work with Board3 Portal

Post by Distanasia »

Ok. I'll try this. Thanks!
Locked

Return to “Board3 Portal 2.0.x - English Support”