Hi guys,
So right now my site it setup as a portal page as the front page which then will get you to my forum (/forum) though a link on the portal page.
For some reason, when you go to
www.mysite.com you get redirected to
www.mysite.com/forum/portal.php. Functionally, that works fine but I'm trying to get it to go to the portal.php but without it saying
www.mysite.com/forum/portal.php on the address bar. I'm losing my google PR of 2 on
www.mysite.com and have no ranking on
www.mysite.com/forum/portal.php. I've tried everything I can think of using .htaccess and the index.html in my root but I think I'm just doing something wrong.
Currently, my .htaccess (in root) is: DirectoryIndex forum/portal.php index.php index.html index.htm.
The index.html (in root) is:
<html>
<head>
<title>Redirecting...</title>
<<meta http-equiv="refresh" content="0;url=forum/portal.php">
</head>
<body>
</body>
</html>
What should I change or take out? Thanks guys...this has been a pain in the neck for the last week!
