Try :
- Code: Select all
DirectoryIndex portal.php index.php index.html index.htm
Options +FollowSymlinks -indexes
RewriteEngine on
Instead of :
- Code: Select all
Options +FollowSymlinks
RedirectMatch temp ^/$ http://www.asia-expatsforum.com/phpBB2/portal.php
RewriteEngine on
If it does not work, then, this one would be better I think :
- Code: Select all
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^$ http://www.asia-expatsforum.com/phpBB2/portal.php [QSA,L,R=301]
At least this will send an http 301 header while redirecting
++

English |
French

