Yet another .htaccess post

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
demonicpagan
Active Member
Posts: 2
Joined: 31. March 2009 15:44

Yet another .htaccess post

Post by demonicpagan »

Your Portal Version: 1.0.3
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>
When I go to my site it still redirects to the forum's index.php file. What have I missed?[/i]
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Yet another .htaccess post

Post by Kevin »

Link to your forum?
Is it a windows IIS server or an Apache?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

FLATTOP
Active Member
Posts: 42
Joined: 7. February 2009 23:58

Re: Yet another .htaccess post

Post by FLATTOP »

Do you have an index.html file at your root? if not, get one and add the url to your portal

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<html> 

<head> 

<META HTTP-EQUIV=REFRESH CONTENT="0; URL=http://www.yoursite.com/forum/portal.php"> 
</head> 

</html>
replace "yoursite.com" in the url with the name of yours
replace "forum" with whatever you named the folder with your PHPBB3 files in
Locked

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