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
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>
Can anyone help me?
Thanks in advance![/i]