Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
Nothing
What have you already tryed to solve the problem?
Followed the install.xml
Description and Message
Been trying to figure out when I got to my site URL it doesn't redirect to portal.php. The phpBB forum is installed in the root directory as with the portal. My .htaccess file is what is shown below.
Code: Select all
DirectoryIndex portal.php index.php index.html index.htm
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>