Page 1 of 1

My .htaccess file doesn't work with Board3 Portal

Posted: 16. January 2013 12:36
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]

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

Posted: 16. January 2013 16:58
by Marc
Please contact your hoster. It seem like your hoster is either ignoring parts of the .htaccess or overriding its settings.

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

Posted: 16. January 2013 18:39
by Distanasia
Ok. I'll try this. Thanks!